]> git.pld-linux.org Git - packages/libxml2.git/blob - libxml2-DESTDIR.patch
- updated for 2.4.25.
[packages/libxml2.git] / libxml2-DESTDIR.patch
1 --- libxml2-2.4.25/python/Makefile.am.orig      Fri Sep  6 04:35:41 2002
2 +++ libxml2-2.4.25/python/Makefile.am   Sun Sep 29 01:07:18 2002
3 @@ -22,7 +22,7 @@
4         libxml2-python-api.xml  \
5         $(DOCS)
6  
7 -libxml2mod_la_LDFLAGS = -module -avoid-version -L$(top_builddir)/.libs
8 +libxml2mod_la_LDFLAGS = -module -avoid-version
9  
10  if WITH_PYTHON
11  mylibs = \
12 @@ -32,6 +32,7 @@
13  
14  pythondir = $(libdir)/python${PYTHON_VERSION}/site-packages
15  python_LTLIBRARIES = libxml2mod.la
16 +python_DATA = libxml2.py
17  
18  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
19  libxml2mod_la_LIBADD = $(mylibs)
20 @@ -39,13 +40,6 @@
21  libxml2.py: $(srcdir)/libxml.py libxml2class.py
22         cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
23  
24 -install-data-local:
25 -       $(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
26 -       @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
27 -       $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
28 -       @(for doc in $(DOCS) ; \
29 -          do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
30 -
31  GENERATE = generator.py
32  API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
33  GENERATED= $(srcdir)/libxml2class.py \
This page took 0.136536 seconds and 3 git commands to generate.