XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.15 2005/03/29 17:33:22 tsi Exp $

#define IHaveSubdirs
#define PassCDebugFlags

#if defined(SpecsDocDirs) && !BuildAllSpecsDocs
SUBDIRS = SpecsDocDirs
#else
SUBDIRS = BDF CTEXT FSProtocol GL ICCCM ICE PM Render SM X11 XDMCP \
	  XIM XLFD XProtocol Xaw Xext Xi Xmu Xserver Xt Xv XvMC \
          i18n programs rstart xfs xterm xtrans
#endif

AllTarget(specindex.html)

MakeSubdirs($(SUBDIRS))

#if defined(AvoidGroffHtmlBug) && AvoidGroffHtmlBug
SPECINDEXDEFS = -DICE_PDF_ONLY -DICCCM_PDF_ONLY
#endif

CppRawFileTarget(specindex.html,specindex.cpp,$(SPECINDEXDEFS),NullParameter)

InstallDoc(specindex,specindex.html)

