Skip to content
Snippets Groups Projects
Commit dca218b8ab3f authored by Daniel Veillard's avatar Daniel Veillard
Browse files

applied patch from Christophe Merlet to reestablish DESTDIR Daniel

* python/Makefile.am: applied patch from Christophe Merlet to
  reestablish DESTDIR
Daniel
parent 28d2d882f123
No related branches found
No related tags found
No related merge requests found
Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
* python/Makefile.am: applied patch from Christophe Merlet to
reestablish DESTDIR
Thu Aug 29 21:26:30 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxslt/transform.c: re-applied the patch from Nathan Myers about
......
......@@ -42,7 +42,7 @@
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) ; \
......@@ -48,5 +48,5 @@
@(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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment