Fix dtinfo search engine

This commit is contained in:
Ulrich Wilkens
2014-04-01 04:45:33 +02:00
committed by Jon Trulson
parent 0254ebc0b4
commit 38dfc9e235
68 changed files with 252 additions and 135 deletions

View File

@@ -12,12 +12,13 @@ MakeDirectories(all,help-sdl cde.dti)
XCOMM We need to build Motif documentation as part of CDE
MakeDirectories(Makefiles,m-guides)
Makefiles::
$(RM) m-guides/?*; \
$(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; \
$(LN) ../$(MDOCSRC)/C/guides/common .; \
$(MKDIRHIER) ./common; \
$(LN) ../../guides/common/ManLinksMotif.sgm common/ManLinks.sgm; \
fi; \
cd ..