]> granicus.if.org Git - docbook-dsssl/commitdiff
Changes to make the documentation work with the new litprog sources
authorNorman Walsh <ndw@nwalsh.com>
Sat, 13 Oct 2001 21:58:18 +0000 (21:58 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Sat, 13 Oct 2001 21:58:18 +0000 (21:58 +0000)
xsl/doc/Makefile
xsl/doc/fo/Makefile
xsl/doc/html/Makefile
xsl/doc/reference.xsl

index 0552837a4fbb71216e8105d87ec653c3fb7897f3..7764344bf2191a22cf9643cae8135fc26137c524 100644 (file)
@@ -27,7 +27,7 @@ warranty.html: warranty.xml $(RSTYLE)
        $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
 
 reference.html: reference.xml $(RSTYLE) lib/lib.xml common/common.xml \
-               html/param.xml html/ebnf.xml \
+               html/param.xml \
                fo/param.xml fo/table.xml
        $(XJPARSE) $(VPATH)/$<
        $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
index 9346581d9a663aac55899dfc97a7b1b564b7b18a..1c3c92170b9530607f39a28056bb08d11b8f5e09 100644 (file)
@@ -11,5 +11,8 @@ all: $(HTMLFILES)
 %.html : %.xml $(STYLE)
        $(XSLT) $< $(STYLE) $@
 
+param.html: param.xml
+       $(XSLT) $< ../../docsrc/lrefentry.xsl $@
+
 clean:
        rm -f $(HTMLFILES)
index 7a548dd521ab01d7133707c9c0c0e23a5b46bc72..1ad026c0f78b4dc0f7c5b0a0523c8020cabff734 100644 (file)
@@ -4,12 +4,15 @@ XSLT=saxon
 STYLE=../jrefhtml.xsl
 VPATH=../../docsrc/html
 
-HTMLFILES = param.html ebnf.html
+HTMLFILES = param.html
 
 all: $(HTMLFILES)
 
 %.html : %.xml $(STYLE)
        $(XSLT) $< $(STYLE) $@
 
+param.html: param.xml
+       $(XSLT) $< ../../docsrc/lrefentry.xsl $@
+
 clean:
        rm -f $(HTMLFILES)
index c7283dfec954d2751977f3377b28c91cc94edf6f..a2dfd7b32dd21ba28a4ce7ea9911ad4a33829c19 100644 (file)
       <xsl:with-param name="dingbat">copyright</xsl:with-param>
     </xsl:call-template>
     <xsl:call-template name="gentext.space"/>
-    <xsl:apply-templates select="$years" mode="titlepage.mode"/>
+    <xsl:call-template name="copyright.years">
+      <xsl:with-param name="years" select="year"/>
+      <xsl:with-param name="print.ranges" select="1"/>
+      <xsl:with-param name="single.year.ranges"
+                      select="$make.single.year.ranges"/>
+    </xsl:call-template>
     <xsl:call-template name="gentext.space"/>
     <xsl:call-template name="gentext.by"/>
     <xsl:call-template name="gentext.space"/>