Fix devhelp build dependencies

This commit is contained in:
John Levon 2009-01-14 17:36:05 +00:00
parent 9e58678a98
commit d6511cf6de
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Jan 14 17:30:54 GMT 2009 John Levon <levon@movementarian.org>
* docs/devhelp/Makefile.am: Fix devhelp build dependencies
Wed Jan 14 17:25:38 GMT 2009 John Levon <levon@movementarian.org>
* docs/devhelp/Makefile.am: Let devhelp build in a separate objdir.

View File

@ -20,7 +20,7 @@ libvirt.devhelp $(HTML_FILES): $(srcdir)/devhelp.xsl html.xsl $(top_srcdir)/docs
-@(if [ -x $(XSLTPROC) ] ; then \
$(XSLTPROC) --nonet -o libvirt.devhelp $(srcdir)/devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi );
install-data-local:
install-data-local: libvirt.devhelp $(HTML_FILES)
$(mkinstalldirs) $(DESTDIR)$(DEVHELP_DIR)
-@INSTALL@ -m 0644 libvirt.devhelp $(DESTDIR)$(DEVHELP_DIR)
-@INSTALL@ -m 0644 $(HTML_FILES) $(DESTDIR)$(DEVHELP_DIR)