From: Daniel Veillard Date: Thu, 5 Sep 2002 08:08:39 +0000 (+0000) Subject: applied patch from Christophe Merlet to reestablish DESTDIR Daniel X-Git-Tag: v1.1.28~879 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4b4a1bb92814f899bf7a8e99e9a9cc6cbeb0101;p=platform%2Fupstream%2Flibxslt.git applied patch from Christophe Merlet to reestablish DESTDIR Daniel * python/Makefile.am: applied patch from Christophe Merlet to reestablish DESTDIR Daniel --- diff --git a/ChangeLog b/ChangeLog index 27ac5a7..aa25886 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard + + * python/Makefile.am: applied patch from Christophe Merlet to + reestablish DESTDIR + Thu Aug 29 21:26:30 CEST 2002 Daniel Veillard * libxslt/transform.c: re-applied the patch from Nathan Myers about diff --git a/python/Makefile.am b/python/Makefile.am index 9476944..b84a7ac 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -42,11 +42,11 @@ libxslt.py: $(srcdir)/libxsl.py libxsltclass.py cat $(srcdir)/libxsl.py libxsltclass.py > libxslt.py install-data-local: - $(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages - @INSTALL@ -m 0644 libxslt.py $(libdir)/python${PYTHON_VERSION}/site-packages - $(mkinstalldirs) $(DOCS_DIR) + $(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages + @INSTALL@ -m 0644 libxslt.py $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages + $(mkinstalldirs) $(DESTDIR)$(DOCS_DIR) @(for doc in $(DOCS) ; \ - do @INSTALL@ -m 0644 $$doc $(DOCS_DIR) ; done) + do @INSTALL@ -m 0644 $$doc $(DESTDIR)$(DOCS_DIR) ; done) GENERATE = generator.py API_DESC = $(top_srcdir)/doc/libxslt-api.xml $(srcdir)/libxslt-python-api.xml