mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-11 16:05:56 -06:00
Fix devhelp build dependencies
This commit is contained in:
parent
9e58678a98
commit
d6511cf6de
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user