]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated doc build to eliminate how-to portion of doc and retain
authorMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 06:02:08 +0000 (06:02 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Thu, 6 Apr 2006 06:02:08 +0000 (06:02 +0000)
only the generated reference documention. (The how-to part was way
out of date, no longer maintained, and obviated by the existence
of Bob Stayton's book). The index.html file is now generated just
by making an exact copy of the reference.html file.

xsl/doc/Makefile
xsl/doc/reference.css
xsl/doc/reference.xsl

index 6402f07671a442dbc557e03b38d1b78f4f4a494b..8d1c9213295927a7dd8c13f3d166b4c9f1b44a27 100644 (file)
@@ -30,11 +30,8 @@ reference.html: reference.xml $(RSTYLE)
        $(XJPARSE) $(VPATH)/$<
        $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT)
 
-index.html: documentation.xml $(BSTYLE) reference.xml \
-            publishing.xml extensions.xml templates.xml \
-            tools/profiling.xml htmlhelp.xml
-       $(XJPARSE) $(VPATH)/$<
-       $(XSLT) $(PROCOPT) $< $(BSTYLE) $(XSLTOPT)
+index.html: reference.html
+       cp -pR $< $@
 
 clean:
        rm -f *.html
index b4ff6c722d7579cbaf4dd0d78234e1e50b58dfc1..a3fe7356453b6e0b874e9d6601b94f4b5ed42db3 100644 (file)
@@ -2,3 +2,11 @@
 
 div.legalnotice { font-size: 80%; }
 
+div.note {
+  border-left: solid #d5dee3 20px;
+  border-right: solid #d5dee3 20px;
+  margin-left: 5%;
+  margin-right: 10%;
+  padding: 5px;
+}
+
index a2dfd7b32dd21ba28a4ce7ea9911ad4a33829c19..449d62fdd1310ba2c89dbae62ec0f5500068db0a 100644 (file)
@@ -5,6 +5,12 @@
 <xsl:import href="../html/docbook.xsl"/>
 
 <xsl:param name="html.stylesheet" select="'reference.css'"/>
+<xsl:param name="admon.graphics" select="1"></xsl:param>
+<xsl:param name="admon.textlabel" select="0"></xsl:param>
+<xsl:param name="admon.graphics.path">../images/</xsl:param>
+<xsl:param name="admon.graphics.extension" select="'.png'"></xsl:param>
+<xsl:param name="admon.style"/>
+<xsl:param name="generate.toc"/>
 
 <xsl:template match="/legalnotice">
   <xsl:apply-templates select="." mode="titlepage.mode"/>