XCOMM $XConsortium: Imakefile,v 1.1 94/02/10 20:32:47 rws Exp $
XCOMM $XFree86: xc/doc/Imakefile,v 1.1.1.1.12.1 1998/11/07 04:42:26 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))
