From: Bob Stayton Date: Tue, 29 Mar 2005 20:17:43 +0000 (+0000) Subject: Add processing of olink target database. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e91ceec5797091b363a947167869856d6710d27;p=docbook-dsssl Add processing of olink target database. --- diff --git a/website/example/Makefile b/website/example/Makefile index 3e656c9b9..53b3ab854 100644 --- a/website/example/Makefile +++ b/website/example/Makefile @@ -34,7 +34,7 @@ autolayout.xml: layout.xml chunk: autolayout.xml $(PROC) $(PROCOPT) autolayout.xml $(STYLECHUNK) - output-root=$(DESTPATH) -%.html: autolayout.xml +%.html: autolayout.xml xjparse $(filter-out autolayout.xml,$^) $(PROC) $(PROCOPT) $(filter-out autolayout.xml,$^) $(STYLESHEET) $@ $(TEXTOPT) $(STYLEOPT) ifeq ($(USETIDY),1) @@ -50,3 +50,5 @@ depends: autolayout.xml xjparse $< $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl .tabular $(PROC) $(PROCOPT) $< ../xsl/makefile-dep.xsl .textonly prefix=txt + $(PROC) $(PROCOPT) $< ../xsl/website-targets.xsl website.database.xml +