]> granicus.if.org Git - docbook-dsssl/commitdiff
Convert to xsltproc by default; change the name of the dependency files
authorNorman Walsh <ndw@nwalsh.com>
Wed, 26 Sep 2001 23:03:08 +0000 (23:03 +0000)
committerNorman Walsh <ndw@nwalsh.com>
Wed, 26 Sep 2001 23:03:08 +0000 (23:03 +0000)
website/example/Makefile

index 4b08b98248136c642afe6495c8f2b66f3e171a36..a1c937c90cc0c220e05357d25fd85c94622f7acc 100644 (file)
@@ -1,4 +1,4 @@
-PROC=saxon
+PROC=xsltproc
 PROCOPT=-q
 TABSTYLE=../xsl/tabular.xsl
 WEBSTYLE=../xsl/website.xsl
@@ -18,12 +18,12 @@ ifeq ($(TEXTONLY),0)
 STYLESHEET=$(TABSTYLE)
 STYLECHUNK=$(TABCHUNK)
 STYLEOPT=
-include depends.tabular
+include .tabular
 else
 STYLESHEET=$(WEBSTYLE)
 STYLECHUNK=$(WEBCHUNK)
 STYLEOPT=filename-prefix=txt
-include depends.textonly
+include .textonly
 endif
 
 autolayout.xml: layout.xml
@@ -43,5 +43,5 @@ endif
 
 depends: autolayout.xml
        xjparse $<
-       $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl depends.tabular
-       $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl depends.textonly prefix=txt
+       $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl .tabular
+       $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl .textonly prefix=txt