]> git.pld-linux.org Git - packages/libxslt.git/blob - libxslt-DESTDIR.patch
- removed %%doc from examples - all files in %%{_examplesdir} are docs implicitly
[packages/libxslt.git] / libxslt-DESTDIR.patch
1 diff -urN libxslt-1.0.31.orig/python/Makefile.am libxslt-1.0.31/python/Makefile.am
2 --- libxslt-1.0.31.orig/python/Makefile.am      Mon Jul  7 09:38:18 2003
3 +++ libxslt-1.0.31/python/Makefile.am   Mon Jul  7 09:39:02 2003
4 @@ -34,6 +34,7 @@
5  all-local: libxslt.py
6  
7  python_LTLIBRARIES = libxsltmod.la
8 +python_DATA = libxslt.py
9  
10  libxsltmod_la_SOURCES = libxslt.c types.c libxslt-py.c
11  libxsltmod_la_LIBADD = $(mylibs) 
12 @@ -41,13 +42,6 @@
13  libxslt.py: $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py
14         cat $(srcdir)/libxsl.py $(srcdir)/libxsltclass.py > libxslt.py
15  
16 -install-data-local:
17 -       $(mkinstalldirs) $(DESTDIR)$(pythondir)
18 -       @INSTALL@ -m 0644 libxslt.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/libxslt-api.xml $(srcdir)/libxslt-python-api.xml
25  GENERATED= $(srcdir)/libxsltclass.py \
This page took 0.224901 seconds and 3 git commands to generate.