From: Norman Walsh Date: Mon, 25 Mar 2002 14:01:39 +0000 (+0000) Subject: Update documentation build to reflect use of lib.xweb X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c4519fe1b1c6f0f4a76ba17a2aa4eefc3c9e7f9;p=docbook-dsssl Update documentation build to reflect use of lib.xweb --- diff --git a/xsl/doc/Makefile b/xsl/doc/Makefile index 18d1c7d2f..2e0bd36bf 100644 --- a/xsl/doc/Makefile +++ b/xsl/doc/Makefile @@ -26,7 +26,7 @@ warranty.html: warranty.xml $(RSTYLE) $(XJPARSE) $(VPATH)/$< $(XSLT) $(PROCOPT) $< $(RSTYLE) $@ $(XSLTOPT) -reference.html: reference.xml $(RSTYLE) lib/lib.xml common/common.xml \ +reference.html: reference.xml $(RSTYLE) ../lib/lib.xml common/common.xml \ html/param.xml \ fo/param.xml fo/table.xml $(XJPARSE) $(VPATH)/$< diff --git a/xsl/doc/lib/Makefile b/xsl/doc/lib/Makefile index 6369c27af..8a24c7b8d 100644 --- a/xsl/doc/lib/Makefile +++ b/xsl/doc/lib/Makefile @@ -1,7 +1,7 @@ include ../../../cvstools/Makefile.incl -STYLE=../jrefhtml.xsl -VPATH=../../docsrc/lib +STYLE=../../docsrc/lrefentry.xsl +VPATH=../../lib HTMLFILES = lib.html diff --git a/xsl/docsrc/reference.xml b/xsl/docsrc/reference.xml index ec0c165a7..354e22ed1 100644 --- a/xsl/docsrc/reference.xml +++ b/xsl/docsrc/reference.xml @@ -2,7 +2,7 @@ PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ - + diff --git a/xsl/lib/Makefile b/xsl/lib/Makefile index c13627971..2fa4e95f0 100644 --- a/xsl/lib/Makefile +++ b/xsl/lib/Makefile @@ -4,7 +4,7 @@ XJPARSE=../../cvstools/xjparse PARAMPROF=.lib.profiled PARAMSTRIP=.lib.stripped -all: lib.xsl lib.html +all: lib.xsl lib.xml lib.html: lib.xml lib.xsl $(XSLT) $< ../docsrc/lrefentry.xsl $@