From: Michael Smith Date: Thu, 6 Apr 2006 06:02:08 +0000 (+0000) Subject: Updated doc build to eliminate how-to portion of doc and retain X-Git-Tag: release/1.79.1~6^2~2908 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3412c2f13456d60ee1bde15a40a9a9a866a4a6d4;p=docbook-dsssl Updated doc build to eliminate how-to portion of doc and retain 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. --- diff --git a/xsl/doc/Makefile b/xsl/doc/Makefile index 6402f0767..8d1c92132 100644 --- a/xsl/doc/Makefile +++ b/xsl/doc/Makefile @@ -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 diff --git a/xsl/doc/reference.css b/xsl/doc/reference.css index b4ff6c722..a3fe73564 100644 --- a/xsl/doc/reference.css +++ b/xsl/doc/reference.css @@ -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; +} + diff --git a/xsl/doc/reference.xsl b/xsl/doc/reference.xsl index a2dfd7b32..449d62fdd 100644 --- a/xsl/doc/reference.xsl +++ b/xsl/doc/reference.xsl @@ -5,6 +5,12 @@ + + +../images/ + + +