From ef3bd515b0a3a90632118e4d606ee7aea869d1b4 Mon Sep 17 00:00:00 2001 From: Mauritz Jeanson Date: Mon, 3 Mar 2008 15:59:40 +0000 Subject: [PATCH] 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. --- xsl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.40.0