1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-01-31 13:47:30 +03:00

applied patch from Christophe Merlet to reestablish DESTDIR Daniel

* python/Makefile.am: applied patch from Christophe Merlet to
  reestablish DESTDIR
Daniel
This commit is contained in:
Daniel Veillard 2002-09-05 08:09:37 +00:00
parent 5643b5ac31
commit 2206dbfabe
2 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,8 @@
Thu Sep 5 10:07:13 CEST 2002 Daniel Veillard <daniel@veillard.com>
* python/Makefile.am: applied patch from Christophe Merlet to
reestablish DESTDIR
Wed Sep 4 14:13:34 CEST 2002 Daniel Veillard <daniel@veillard.com>
* libxml.spec.in: fixes libary path for x86_64 AMD

View File

@ -40,11 +40,11 @@ libxml2.py: $(srcdir)/libxml.py libxml2class.py
cat $(srcdir)/libxml.py libxml2class.py > libxml2.py
install-data-local:
$(mkinstalldirs) $(libdir)/python${PYTHON_VERSION}/site-packages
@INSTALL@ -m 0644 libxml2.py $(libdir)/python${PYTHON_VERSION}/site-packages
$(mkinstalldirs) $(DOCS_DIR)
$(mkinstalldirs) $(DESTDIR)$(libdir)/python${PYTHON_VERSION}/site-packages
@INSTALL@ -m 0644 libxml2.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/libxml2-api.xml $(srcdir)/libxml2-python-api.xml