From: Michael Smith Date: Tue, 26 Apr 2005 13:48:29 +0000 (+0000) Subject: fixed param.html build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5ce6b51332f918b505fdc51d0c27ed717a6744b;p=docbook-dsssl fixed param.html build --- diff --git a/slides/doc/Makefile b/slides/doc/Makefile index d9618cebd..989da9b59 100644 --- a/slides/doc/Makefile +++ b/slides/doc/Makefile @@ -1,16 +1,14 @@ include ../../cvstools/Makefile.incl -CP=cp - all: index.html param.html -param.html: - make -C ../xsl param.html - $(CP) ../xsl/param.html . - index.html: slides.xml $(XSLT) $< ../../xsl/html/docbook.xsl $@ +param.html: + $(MAKE) -C ../xsl/html param.html + cp ../xsl/html/param.html . + clean: rm -f *.html