]> granicus.if.org Git - docbook-dsssl/commitdiff
Changed variable from MAKE_SYNOP to HTML2ROFF. Also, made changes
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 28 Sep 2006 00:20:39 +0000 (00:20 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 28 Sep 2006 00:20:39 +0000 (00:20 +0000)
for adding newline to end of Saxon-generated output.

xsl/manpages/Makefile

index cac245780b9b5ce037dd709f400bcb96e38f77b4..71c8d241dfb60c71013b276cf3eca3faa185f5f9 100644 (file)
@@ -20,14 +20,26 @@ param.xml: param.xweb $(PARAMS)
        ../../cvstools/paramchk -m Makefile.param $<
        $(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=html
        $(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
+ifeq ($(ADDNEWLINE),)
        $(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@
+else
+       $(XSLT) $(PARAMSTRIP) ../../litprog/w2docbook.xsl $@.tmp
+       $(XSLT) $@.tmp $(ADDNEWLINE) $@
+       $(RM) $@.tmp
+endif
        $(RM) $(PARAMPROF) $(PARAMSTRIP)
 
 param.xsl: param.xweb $(PARAMS)
        ../../cvstools/paramchk -m Makefile.param $<
        $(XSLT) $< ../profiling/profile.xsl $(PARAMPROF) profile.condition=html
        $(XSLT) $(PARAMPROF) ../profiling/strip-attributes.xsl $(PARAMSTRIP) attributes=condition
+ifeq ($(ADDNEWLINE),)
        $(XSLT) $(PARAMSTRIP) ../../litprog/xtangle.xsl $@
+else
+       $(XSLT) $(PARAMSTRIP) ../../litprog/xtangle.xsl $@.tmp
+       $(XSLT) $@.tmp $(ADDNEWLINE) $@
+       $(RM) $@.tmp
+endif
        $(RM) $(PARAMPROF) $(PARAMSTRIP)
 
 Makefile.param:
@@ -35,7 +47,7 @@ Makefile.param:
        make
 
 html-synop.xsl: ../html/synop.xsl
-       $(XSLT) $< $(MAKE_SYNOP) $@
+       $(XSLT) $< $(HTML2ROFF) $@
 
 clean:
        $(RM) param.xml param.html param.xsl