mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
28 lines
796 B
Text
28 lines
796 B
Text
XCOMM $XConsortium: Imakefile /main/10 1996/07/23 22:00:00 rws $
|
|
#define IHaveSubdirs
|
|
#define PassCDebugFlags
|
|
|
|
/* due to split-VOB setup, force help to come last in make Makefiles */
|
|
SUBDIRS = man guides m-guides help
|
|
BSUBDIRS = help man guides m-guides
|
|
|
|
XCOMM work around local clearcase vobs setup
|
|
MakeDirectories(all,help-sdl cde.dti)
|
|
|
|
XCOMM We need to build Motif documentation as part of CDE
|
|
MakeDirectories(Makefiles,m-guides)
|
|
Makefiles::
|
|
$(RM) -r m-guides/?*; \
|
|
cd m-guides; \
|
|
if test -f ../$(MDOCSRC)/C/guides/bookcase.bc; \
|
|
then $(LN) ../$(MDOCSRC)/C/guides/?* .; \
|
|
else $(CP) /dev/null ./Imakefile; \
|
|
$(MKDIRHIER) ./common; \
|
|
$(LN) ../../guides/common/ManLinksMotif.sgm common/ManLinks.sgm; \
|
|
fi; \
|
|
cd ..
|
|
|
|
MakeSubdirs($(BSUBDIRS))
|
|
|
|
clean::
|
|
$(RM) -r help-sdl cde.dti
|