From: Mauritz Jeanson Date: Mon, 3 Mar 2008 15:59:40 +0000 (+0000) Subject: Changed the name of the script file back to "xslt.py". Using "libxslt.py" X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eecb6dbfdad9763b5211de23e1f8cfb72e3a873a;p=docbook-dsssl Changed the name of the script file back to "xslt.py". Using "libxslt.py" leads to a name clash since the script contains a "import libxslt" statement. --- diff --git a/xsl/Makefile b/xsl/Makefile index b9b3d273c..2c3713652 100644 --- a/xsl/Makefile +++ b/xsl/Makefile @@ -94,7 +94,7 @@ docsrc: base doc: docsrc $(MAKE) -C doc RELVER=$(RELVER) -extensions: extensions/saxon65.jar extensions/xalan27.jar extensions/libxslt.py extensions/docbook.py +extensions: extensions/saxon65.jar extensions/xalan27.jar extensions/xslt.py extensions/docbook.py mkdir $@ extensions/saxon65.jar: ../xsl-saxon/saxon65.jar @@ -109,7 +109,7 @@ extensions/xalan27.jar: ../xsl-xalan/xalan27.jar ../xsl-xalan/xalan27.jar: $(wildcard ../xsl-xalan/src/com/nwalsh/xalan/*.java) $(MAKE) -C $(dir $@) -extensions/libxslt.py: ../xsl-libxslt/python/xslt.py +extensions/xslt.py: ../xsl-libxslt/python/xslt.py cp -p $^ $@ extensions/docbook.py: ../xsl-libxslt/python/docbook.py