]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/blame - libxml2-DESTDIR.patch
- updated for version 2.5.8
[packages/crossmingw32-libxml2.git] / libxml2-DESTDIR.patch
CommitLineData
bf58b7ca 1diff -urN libxml2-2.5.8.orig/python/Makefile.am libxml2-2.5.8/python/Makefile.am
2--- libxml2-2.5.8.orig/python/Makefile.am Mon Jul 7 09:25:20 2003
3+++ libxml2-2.5.8/python/Makefile.am Mon Jul 7 09:27:14 2003
b89d3448 4@@ -23,7 +23,7 @@
e5a9d5b1 5 libxml2-python-api.xml \
6 $(DOCS)
7
8-libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
b89d3448 9+libxml2mod_la_LDFLAGS = -module -avoid-version
e5a9d5b1 10
11 if WITH_PYTHON
12 mylibs = \
bf58b7ca 13@@ -32,6 +32,7 @@
14 all-local: libxml2.py
97c3f724 15
97c3f724 16 python_LTLIBRARIES = libxml2mod.la
17+python_DATA = libxml2.py
18
19 libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
20 libxml2mod_la_LIBADD = $(mylibs)
bf58b7ca 21@@ -39,14 +40,6 @@
b89d3448 22 libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
23 cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
97c3f724 24
25-install-data-local:
bf58b7ca 26- $(mkinstalldirs) $(DESTDIR)$(pythondir)
27- @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
28- @INSTALL@ -m 0644 drv_libxml2.py $(DESTDIR)$(pythondir)
e5a9d5b1 29- $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
97c3f724 30- @(for doc in $(DOCS) ; \
e5a9d5b1 31- do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
97c3f724 32-
33 GENERATE = generator.py
34 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
35 GENERATED= $(srcdir)/libxml2class.py \
This page took 0.037949 seconds and 4 git commands to generate.