Process sgml and man files in doc directory for FreeBSD.
This commit is contained in:
committed by
Jon Trulson
parent
71ddf025fa
commit
7bdb847210
@@ -10,13 +10,13 @@ DBENVSETUP = CDETOP=$(CDETOP)
|
||||
Concat(cde,step):: dst @@\
|
||||
dst: src cdedecl.sgm ../guides/man/SEntity.sgm ../guides/common/ManLinks.sgm ../m-guides/common/ManLinks.sgm @@\
|
||||
$(RM) $@ @@\
|
||||
$(DBENVSETUP) $(DBTOMAN) $(DBOPTS) cdedecl.sgm src $@
|
||||
$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) cdedecl.sgm src $@
|
||||
|
||||
#define MotifMan(step,src,dst) @@\
|
||||
Concat(mot,step):: dst @@\
|
||||
dst: src motifdecl.sgm ../m-guides/common/BOOKDEFS.sgm ../m-guides/common/ManLinks.sgm @@\
|
||||
$(RM) $@ @@\
|
||||
$(DBENVSETUP) $(DBTOMAN) $(DBOPTS) motifdecl.sgm src $@
|
||||
$(DBENVSETUP) $(KORNSHELL) $(DBTOMAN) $(DBOPTS) motifdecl.sgm src $@
|
||||
|
||||
#define ManAlias(step,src,dst) @@\
|
||||
step:: dst @@\
|
||||
|
||||
Reference in New Issue
Block a user