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

2843
cde/doc/C/man/Makefile.am Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,3 @@
$(ALIASTARGET):
$(RM) $@
echo .so $(ALIASSRC) > $@

View File

@@ -0,0 +1,3 @@
$(MANTARGET): $(MANSRC) cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm
$(RM) $@
$(DBENVSETUP) $(KSH) $(DBTOMAN) $(DBOPTS) cdedecl.sgm $(MANSRC) $@