]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-DESTDIR.patch
- working snapshots 050329
[packages/libxml2.git] / libxml2-DESTDIR.patch
CommitLineData
e4f3a1d3
JB
1--- libxml2-2.6.4/python/Makefile.am.orig 2003-12-21 12:01:40.000000000 +0100
2+++ libxml2-2.6.4/python/Makefile.am 2003-12-26 19:42:40.933314784 +0100
3adc3cae 3@@ -23,7 +23,7 @@
20f77bfc 4 libxml2-python-api.xml \
5 $(DOCS)
6
796fed04 7-libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version -L$(top_builddir)/.libs
8+libxml2mod_la_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@ @WIN32_EXTRA_LDFLAGS@ -module -avoid-version
20f77bfc 9
10 if WITH_PYTHON
11 mylibs = \
91bd82d2 12@@ -32,6 +32,7 @@
13 all-local: libxml2.py
b99212de 14
b99212de 15 python_LTLIBRARIES = libxml2mod.la
e4f3a1d3 16+python_DATA = libxml2.py drv_libxml2.py
b99212de 17
18 libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
19 libxml2mod_la_LIBADD = $(mylibs)
91bd82d2 20@@ -39,14 +40,6 @@
3adc3cae 21 libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
22 cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
b99212de 23
24-install-data-local:
91bd82d2 25- $(mkinstalldirs) $(DESTDIR)$(pythondir)
26- @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
e4f3a1d3 27- @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
20f77bfc 28- $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
b99212de 29- @(for doc in $(DOCS) ; \
20f77bfc 30- do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
b99212de 31-
32 GENERATE = generator.py
33 API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
34 GENERATED= $(srcdir)/libxml2class.py \
This page took 0.100718 seconds and 4 git commands to generate.