From: Michael Smith Date: Mon, 3 Mar 2008 01:12:12 +0000 (+0000) Subject: make extensions packaging depend on xsl-libxslt/python/docbook.py X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1e0bd77b810cf86f803dff33c25344638667825;p=docbook-dsssl make extensions packaging depend on xsl-libxslt/python/docbook.py and xsl-libxslt/python/xslt.py --- diff --git a/xsl/Makefile b/xsl/Makefile index 6d38c2ad9..ce7379e2f 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -94,7 +94,7 @@ docsrc: base doc: docsrc $(MAKE) -C doc RELVER=$(RELVER) -extensions: ../xsl-saxon/saxon65.jar ../xsl-xalan/xalan27.jar +extensions: ../xsl-saxon/saxon65.jar ../xsl-xalan/xalan27.jar ../xsl-libxslt/python/xslt.py ../xsl-libxslt/python/docbook.py if [ ! -d $@/libxslt/python ]; then mkdirhier $@/libxslt/python; fi cp -p $^ $@ cp -p ../xsl-libxslt/python/* $@/libxslt/python