XCOMM
XCOMM "make format" formats the man pages.
XCOMM "make print" formats and sends the man pages to the printer.
XCOMM

SUBDIRS	= \
	commands \
	refman \
	Dispatch \
	InterViews \
	Unidraw

MakeInSubdirs($(SUBDIRS))
FormatSubdirs($(SUBDIRS))
PrintSubdirs($(SUBDIRS))
