]> granicus.if.org Git - docbook-dsssl/commitdiff
Updated master makefile to enable docbook5-xsl build and
authorMichael Smith <xmldoc@users.sourceforge.net>
Mon, 22 Jan 2007 07:36:31 +0000 (07:36 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Mon, 22 Jan 2007 07:36:31 +0000 (07:36 +0000)
packaging.

xsl/Makefile
xsl/tools/make/Makefile.docParam

index ea467cab48ef577cf37a562637b699f5e5d0e2ac..b9d5c81a76e527145ac0ab8ab3805b7e3cbf520c 100644 (file)
@@ -73,3 +73,4 @@ clean:
        $(RM) -r slides
 
 include ../releasetools/Targets.mk
+include ../releasetools/db5.mk
index 322cd792a8d9e05d291a1079b94f2dfa8c2b1867..fea004be30dd8bb1b94df19633acfa913308510d 100644 (file)
@@ -44,7 +44,7 @@ COPYDOC := <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" \
 all: $(PARAMFILESDOCD)
 
 %.docd.xsl: %.xsl
-       echo '$(COPYDOC)' | $(XSLT) $(XSLTFLAGS) - $< > $@
+       @echo '$(COPYDOC)' | $(XSLT) $(XSLTFLAGS) - $< > $@
 
 debug:
        @echo $(PARAMFILESDOCD)