mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-24 16:41:05 +03:00
Fixed the python Makefiles, corrected a bug showing up on ia64, changed
* configure.in libxslt.spec.in python/Makefile.am python/generator.py python/libxsl.py python/libxslt.c python/tests/Makefile.am: Fixed the python Makefiles, corrected a bug showing up on ia64, changed the name of the python internal module too Daniel
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXML_VERSION)/examples
|
||||
EXAMPLE_DIR = $(prefix)/share/doc/libxslt-python-$(LIBXSLT_VERSION)/examples
|
||||
|
||||
TESTSPY= \
|
||||
basic.py \
|
||||
@@ -11,7 +11,7 @@ XMLS= \
|
||||
EXTRAS= \
|
||||
pyxsltproc.py
|
||||
|
||||
EXTRA_DIST = $(TESTSPY) $(XMLS)
|
||||
EXTRA_DIST = $(TESTSPY) $(XMLS) $(EXTRAS)
|
||||
|
||||
if WITH_PYTHON
|
||||
tests: $(TESTSPY)
|
||||
|
||||
Reference in New Issue
Block a user