aboutsummaryrefslogtreecommitdiffstats
path: root/doc/devhelp
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2010-10-15 18:50:41 +0200
committerDaniel Veillard <veillard@redhat.com>2010-10-15 18:50:41 +0200
commit3c79510d90965e77fb0cabb385099a564c402d0c (patch)
treef4a754a1874b2175a05da4e2ff5b5837cb32c190 /doc/devhelp
parent10455bb48fadedc76633e445db497a49e94fb114 (diff)
downloadandroid_external_libxml2-3c79510d90965e77fb0cabb385099a564c402d0c.tar.gz
android_external_libxml2-3c79510d90965e77fb0cabb385099a564c402d0c.tar.bz2
android_external_libxml2-3c79510d90965e77fb0cabb385099a564c402d0c.zip
Fix devhelp documentation installation
When doing an out of tree build
Diffstat (limited to 'doc/devhelp')
-rw-r--r--doc/devhelp/Makefile.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/devhelp/Makefile.am b/doc/devhelp/Makefile.am
index 02640108..0200e3e8 100644
--- a/doc/devhelp/Makefile.am
+++ b/doc/devhelp/Makefile.am
@@ -67,7 +67,7 @@ libxml2.devhelp $(HTML_FILES): devhelp.xsl html.xsl $(top_srcdir)/doc/libxml2-ap
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
- -@INSTALL@ -m 0644 libxml2.devhelp $(DESTDIR)$(DEVHELP_DIR)
- -@INSTALL@ -m 0644 $(EXTRA_FORMAT) $(DESTDIR)$(DEVHELP_DIR)
- -@INSTALL@ -m 0644 $(HTML_FILES) $(DESTDIR)$(DEVHELP_DIR)
+ -@INSTALL@ -m 0644 $(srcdir)/libxml2.devhelp $(DESTDIR)$(DEVHELP_DIR)
+ -@INSTALL@ -m 0644 $(EXTRA_FORMAT:%=$(srcdir)/%) $(DESTDIR)$(DEVHELP_DIR)
+ -@INSTALL@ -m 0644 $(HTML_FILES:%=$(srcdir)/%) $(DESTDIR)$(DEVHELP_DIR)