resurrect those as well
This commit is contained in:
parent
b9f560061b
commit
4646e01004
26
textproc/libxml/patches/patch-python_Makefile_in
Normal file
26
textproc/libxml/patches/patch-python_Makefile_in
Normal file
@ -0,0 +1,26 @@
|
||||
--- python/Makefile.in.orig Fri Sep 13 17:38:33 2002
|
||||
+++ python/Makefile.in Fri Sep 13 17:58:47 2002
|
||||
@@ -143,7 +143,7 @@
|
||||
-I$(top_srcdir)/include
|
||||
|
||||
|
||||
-DOCS_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)
|
||||
+DOCS_DIR = $(datadir)/libxml2-python
|
||||
# libxml2class.txt is generated
|
||||
DOCS = TODO
|
||||
|
||||
@@ -532,12 +532,12 @@
|
||||
maintainer-clean
|
||||
|
||||
|
||||
-@WITH_PYTHON_TRUE@all-local: libxml2.py
|
||||
+all-local:
|
||||
|
||||
@WITH_PYTHON_TRUE@libxml2.py: $(srcdir)/libxml.py libxml2class.py
|
||||
@WITH_PYTHON_TRUE@ cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
|
||||
|
||||
-@WITH_PYTHON_TRUE@install-data-local:
|
||||
+install-data-local:
|
||||
@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages
|
||||
@WITH_PYTHON_TRUE@ @INSTALL@ -m 0644 libxml2.py $(libdir)/python${PYTHON_VERSION}/site-packages
|
||||
@WITH_PYTHON_TRUE@ $(mkinstalldirs) $(DOCS_DIR)
|
11
textproc/libxml/patches/patch-python_tests_Makefile_in
Normal file
11
textproc/libxml/patches/patch-python_tests_Makefile_in
Normal file
@ -0,0 +1,11 @@
|
||||
--- python/tests/Makefile.in.orig Fri Apr 19 12:41:54 2002
|
||||
+++ python/tests/Makefile.in Fri Apr 19 12:42:45 2002
|
||||
@@ -130,7 +130,7 @@
|
||||
Z_CFLAGS = @Z_CFLAGS@
|
||||
Z_LIBS = @Z_LIBS@
|
||||
|
||||
-EXAMPLE_DIR = $(datadir)/doc/libxml2-python-$(LIBXML_VERSION)/examples
|
||||
+EXAMPLE_DIR = $(datadir)/libxml2-python/examples
|
||||
|
||||
PYTESTS = \
|
||||
build.py \
|
Loading…
Reference in New Issue
Block a user