home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / X / mit / man / Imakefile.orig < prev    next >
Encoding:
Text File  |  1991-07-29  |  398 b   |  19 lines

  1. #if InstallLibManPages
  2. #define IHaveSubdirs
  3. #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
  4. #endif
  5.  
  6. SUBDIRS = Xlib Xt Xext XI
  7.  
  8. all::
  9.  
  10. #ifdef IHaveSubdirs
  11. MakeSubdirs($(SUBDIRS))
  12. DependSubdirs($(SUBDIRS))
  13. #endif
  14.  
  15. InstallManPage(X,$(MANDIR))
  16. InstallManPageLong(Consortium,$(MANDIR),XConsortium)
  17. InstallManPageLong(Standards,$(MANDIR),XStandards)
  18. InstallManPageLong(security,$(MANDIR),Xsecurity)
  19.