]> git.pld-linux.org Git - packages/crossmingw32-libxml2.git/blob - libxml2-DESTDIR.patch
- libxml out of libxml.spec for later libglade2
[packages/crossmingw32-libxml2.git] / libxml2-DESTDIR.patch
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
3 @@ -32,6 +32,7 @@
4  all-local:     libxml2.py
5  
6  python_LTLIBRARIES = libxml2mod.la
7 +python_DATA = libxml2.py drv_libxml2.py
8  
9  libxml2mod_la_SOURCES = libxml.c types.c libxml2-py.c
10  libxml2mod_la_LIBADD = $(mylibs)
11 @@ -39,14 +40,6 @@
12  libxml2.py: $(srcdir)/libxml.py $(srcdir)/libxml2class.py
13         cat $(srcdir)/libxml.py $(srcdir)/libxml2class.py > libxml2.py
14  
15 -install-data-local:
16 -       $(mkinstalldirs) $(DESTDIR)$(pythondir)
17 -       @INSTALL@ -m 0644 libxml2.py $(DESTDIR)$(pythondir)
18 -       @INSTALL@ -m 0644 $(srcdir)/drv_libxml2.py $(DESTDIR)$(pythondir)
19 -       $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR)
20 -       @(for doc in $(DOCS) ; \
21 -          do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done)
22 -
23  GENERATE = generator.py
24  API_DESC = $(top_srcdir)/doc/libxml2-api.xml $(srcdir)/libxml2-python-api.xml
25  GENERATED= $(srcdir)/libxml2class.py \
This page took 1.960269 seconds and 3 git commands to generate.