XCOMM $XConsortium: Imakefile,v 1.1 94/02/10 20:32:47 rws Exp $
XCOMM $XFree86: xc/doc/Imakefile,v 1.2 1998/12/20 11:56:36 dawes Exp $

#define IHaveSubdirs
#define PassCDebugFlags

#if BuildMiscDocs
MISCDIR = misc
#endif

#if BuildSpecsDocs
SPECSDIR = specs
#endif

SUBDIRS = man $(MISCDIR) $(SPECSDIR)

all::

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
