From e4b4a1bb92814f899bf7a8e99e9a9cc6cbeb0101 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Thu, 5 Sep 2002 08:08:39 +0000 Subject: [PATCH] applied patch from Christophe Merlet to reestablish DESTDIR Daniel * python/Makefile.am: applied patch from Christophe Merlet to reestablish DESTDIR Daniel --- ChangeLog | 5 +++++ python/Makefile.am | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) 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 -- 2.7.4