From: Norman Walsh Date: Wed, 17 Jul 2002 15:28:18 +0000 (+0000) Subject: Tweak to use proper OASIS templates X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2afbd37cdcb7da87c1c2aee0a82d0cd3afaadd72;p=docbook-dsssl Tweak to use proper OASIS templates --- diff --git a/docbook/spec/Makefile b/docbook/spec/Makefile index 72ead9fb4..83b6b8c39 100644 --- a/docbook/spec/Makefile +++ b/docbook/spec/Makefile @@ -1,6 +1,6 @@ include ../../cvstools/Makefile.incl -SPECVER=4.2-CR3 +SPECVER=4.2 ifeq ($(SPECVER),) SPECSEP= @@ -8,15 +8,20 @@ else SPECSEP=- endif -HTMLSTYLE=/projects/oasis/stylesheets/tr.xsl -HTML-CSS=spec.css +HTMLSTYLE=/projects/oasis/spectools/stylesheets/oasis-docbook-html.xsl +FOSTYLE=/projects/oasis/spectools/stylesheets/oasis-docbook-fo.xsl -OASIS-LOGO=http://www.oasis-open.org/docbook/oasis.png -XSLPARAM="html.stylesheet=$(HTML-CSS) oasis.logo=$(OASIS-LOGO)" +XSLPARAM="" -docbook.html: docbook.xml +cs-docbook-docbook.html: cs-docbook-docbook.xml $(XJPARSE) $< - $(XSLT) $< $(HTMLSTYLE) docbook$(SPECSEP)$(SPECVER).html $(XSLPARAM) + $(XSLT) $< $(HTMLSTYLE) $(XSLPARAM) + +cs-docbook-docbook.pdf: cs-docbook-docbook.xml + $(XJPARSE) $< + $(XSLT) $< $(FOSTYLE) cs-docbook-docbook$(SPECSEP)$(SPECVER).fo $(XSLPARAM) + xep cs-docbook-docbook$(SPECSEP)$(SPECVER).fo + rm -f cs-docbook-docbook$(SPECSEP)$(SPECVER).fo clean: $(RM) *.html