From: Sandro Santilli Date: Sun, 25 Jun 2006 22:50:42 +0000 (+0000) Subject: Fixed HTML output rules X-Git-Tag: pgis_1_1_3~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1d91ecaf8e49519471a2e5f8a56970f4c9aaafc;p=postgis Fixed HTML output rules git-svn-id: http://svn.osgeo.org/postgis/trunk@2395 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/Makefile b/doc/Makefile index 6a9be6314..33d112671 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -14,6 +14,7 @@ XSLTPROC_HTMLOPTS = \ --stringparam html.stylesheet style.css \ HTML_DOCBOOK_XSL=$(XSLBASE)/html/docbook.xsl +CHUNK_HTML_DOCBOOK_XSL=$(XSLBASE)/html/chunk.xsl FO_DOCBOOK_XSL=$(XSLBASE)/fo/docbook.xsl all: $(DOC_RULE) @@ -34,13 +35,13 @@ chunked-html: postgis-out.xml $(XSLTPROC) $(XSLTPROC_COMMONOPTS) $(XSLTPROC_HTMLOPTS) \ --output html/ \ --stringparam saxon.character.representation decimal \ - $(HTML_DOXBOOK_XSL) \ + $(CHUNK_HTML_DOCBOOK_XSL) \ $< html/postgis.html: postgis-out.xml - $(XSLTPROC) $(XSLTPROC_COMMONOPTS) \ + $(XSLTPROC) $(XSLTPROC_COMMONOPTS) $(XSLTPROC_HTMLOPTS) \ --output html/postgis.html \ - $(FO_DOCBOOK_XSL) \ + $(HTML_DOCBOOK_XSL) \ $< postgis.fo: postgis-out.xml