]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/blame - libxml2-DESTDIR.patch
- updated for 2.6.31
[packages/crossmingw32-libxml2.git] / libxml2-DESTDIR.patch
CommitLineData
44e1e859
JB
1--- libxml2-2.6.31/python/Makefile.am.orig 2008-01-11 08:22:32.000000000 +0100
2+++ libxml2-2.6.31/python/Makefile.am 2008-01-14 00:00:56.657955544 +0100
3@@ -34,6 +34,7 @@
bf58b7ca 4 all-local: libxml2.py
97c3f724 5
97c3f724 6 python_LTLIBRARIES = libxml2mod.la
92b34370 7+python_DATA = libxml2.py drv_libxml2.py
97c3f724 8
9 libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
44e1e859
JB
10 libxml2mod_la_LIBADD = $(mylibs) @CYGWIN_EXTRA_PYTHON_LIBADD@
11@@ -41,14 +42,6 @@
12 libxml2.py: $(srcdir)/libxml.py libxml2class.py
13 cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
97c3f724 14
15-install-data-local:
bf58b7ca 16- $(mkinstalldirs) $(DESTDIR)$(pythondir)
17- @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
92b34370 18- @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
e5a9d5b1 19- $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
97c3f724 20- @(for doc in $(DOCS) ; \
e5a9d5b1 21- do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
97c3f724 22-
44e1e859
JB
23 uninstall-local:
24 @(for doc in $(DOCS) ; \
25 do rm $(DESTDIR)$(DOCS_DIR)/`basename $$doc` ; done)
This page took 0.095774 seconds and 4 git commands to generate.