27 lines
694 B
Plaintext
27 lines
694 B
Plaintext
XCOMM $XFree86: xc/doc/specs/Imakefile,v 1.13 2005/01/15 04:34:12 dawes 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 test xfs xterm xtrans
|
|
#endif
|
|
|
|
AllTarget(specindex.html)
|
|
|
|
MakeSubdirs($(SUBDIRS))
|
|
DependSubdirs($(SUBDIRS))
|
|
|
|
#if defined(AvoidGroffHtmlBug) && AvoidGroffHtmlBug
|
|
SPECINDEXDEFS = -DICE_PDF_ONLY -DICCCM_PDF_ONLY
|
|
#endif
|
|
|
|
CppRawFileTarget(specindex.html,specindex.cpp,$(SPECINDEXDEFS),NullParameter)
|
|
|
|
InstallDoc(specindex,specindex.html)
|
|
|