1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
XCOMM $Xorg: Imakefile,v 1.3 2000/08/17 19:41:53 cpqbld Exp $ XCOMM $XFree86: xc/doc/Imakefile,v 1.6 2005/03/29 17:33:20 tsi Exp $ #define IHaveSubdirs #define PassCDebugFlags #if BuildSpecsDocs SPECSDIR = specs #endif #if InstallHardcopyDocs HARDCOPYDIR = hardcopy #endif SUBDIRS = man $(SPECSDIR) $(HARDCOPYDIR) all:: depend:: MakeSubdirs($(SUBDIRS))