]> granicus.if.org Git - docbook-dsssl/commitdiff
Make pdf; validate with jing
authorNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 23:32:53 +0000 (23:32 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Tue, 25 Oct 2005 23:32:53 +0000 (23:32 +0000)
docbook/relaxng/docbook/spec/Makefile

index a1e8a815943a406ffb02ba93f9818deead4226b4..2060cb86bd304ba16588cd0c5b077a59943535f7 100644 (file)
@@ -1,21 +1,19 @@
 include ../../../../cvstools/Makefile.incl
 
-XJPARSE=/home/ndw/bin/xjparse
-
 HTMLSTYLE=/projects/oasis/spectools/stylesheets/oasis-docbook-html.xsl
 FOSTYLE=fo.xsl
 
 XSLPARAM=""
 
-all: docbook.html
+all: docbook.html docbook.pdf
 
 docbook.html: docbook.xml
-       $(XJPARSE) $<
+       jing ../docbook.rng $<
        $(XSLT) $< $(HTMLSTYLE) $@ $(XSLPARAM)
        tidy -q -utf8 -mn -asxml $@
 
 docbook.fo: docbook.xml
-       $(XJPARSE) $<
+       jing ../docbook.rng $<
        $(XSLT) $< $(FOSTYLE) docbook.fo $(XSLPARAM)
 
 docbook.pdf: docbook.fo