]> granicus.if.org Git - docbook-dsssl/commitdiff
changes needed for generating manpages ref doc, ported from build branch
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 24 Feb 2005 09:01:04 +0000 (09:01 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 24 Feb 2005 09:01:04 +0000 (09:01 +0000)
xsl/Makefile
xsl/doc/Makefile
xsl/docsrc/Makefile

index 1a6ab9cdd8affcc12c314eab1cdf3133edccfad6..a85ae59299c556ee7a03b74fd566444e27d679cf 100644 (file)
@@ -10,7 +10,7 @@ TAGVER := $(shell echo "V$(RELVER)" | sed "s/\.//g")
 SFRELID=
 FMGO=-N
 
-DIRS=common html fo extensions htmlhelp javahelp
+DIRS=common html fo manpages extensions htmlhelp javahelp
 
 .PHONY : distrib clean doc xhtml
 
index 81597ca13f7061c4f00e0e3b8c0f1936f61aa190..85e1292ab54760b780e6acfee39bae50ac1abe56 100644 (file)
@@ -9,7 +9,7 @@ CRSTYLE=creference.xsl
 BSTYLE=book.xsl
 VPATH=../docsrc
 
-DIRS=common lib html fo tools template pi
+DIRS=common lib html fo manpages tools template pi
 
 all: copyright.html warranty.html reference.html index.html
        for i in $(DIRS) __bogus__; do \
@@ -28,7 +28,8 @@ warranty.html: warranty.xml $(RSTYLE)
 
 reference.html: reference.xml $(RSTYLE) ../lib/lib.xml common/common.xml \
                html/param.xml \
-               fo/param.xml fo/table.xml
+               fo/param.xml fo/table.xml \
+               manpages/param.xml
        $(XJPARSE) $(VPATH)/$<
        $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
 
index 6e5a410209cfcf1a91408df5f1e975acd6f4caec..bf4085c82a7ba776f68131f6f417e3ef6f07be3a 100644 (file)
@@ -1,4 +1,4 @@
-DIRS=common html fo template tools pi
+DIRS=common html fo manpages template tools pi
 
 all: xsl-params.xsl
        for i in $(DIRS) __bogus__; do \