doc/C: Add makefiles

This commit is contained in:
Chase
2019-10-19 20:35:03 -05:00
committed by Jon Trulson
parent f2efbbce70
commit afd95a6ad8
6 changed files with 2912 additions and 0 deletions

13
cde/doc/C/Makefile.am Normal file
View File

@@ -0,0 +1,13 @@
MAINTAINERCLEANFILES = Makefile.in
all:
$(MKDIR_P) help-sdl
$(MKDIR_P) cde.dti
$(MKDIR_P) m-guides/common
$(LN_S) ../../guides/common/ManLinksMotif.sgm \
m-guides/common/ManLinks.sgm
SUBDIRS = man guides help
clean::
$(RM) -r help-sdl cde.dti