From d6511cf6de059db8d66dd4858bd3fdb57d47b4c0 Mon Sep 17 00:00:00 2001 From: John Levon Date: Wed, 14 Jan 2009 17:36:05 +0000 Subject: [PATCH] Fix devhelp build dependencies --- ChangeLog | 4 ++++ docs/devhelp/Makefile.am | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bbefe23129..93a503eddf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Jan 14 17:30:54 GMT 2009 John Levon + + * docs/devhelp/Makefile.am: Fix devhelp build dependencies + Wed Jan 14 17:25:38 GMT 2009 John Levon * docs/devhelp/Makefile.am: Let devhelp build in a separate objdir. diff --git a/docs/devhelp/Makefile.am b/docs/devhelp/Makefile.am index 0299ab4534..2efebb2cff 100644 --- a/docs/devhelp/Makefile.am +++ b/docs/devhelp/Makefile.am @@ -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)