From b8b260dde912aefdef37201e38ba9a67f7e5a924 Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Tue, 13 Oct 2009 16:19:57 +0200 Subject: [PATCH] Add a target for libvirt.devhelp * docs/Makefile.am: the lack of a target for devhelp/libvirt.devhelp broke 'make dist' --- docs/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile.am b/docs/Makefile.am index 0c206c36c7..d819869c5b 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -122,7 +122,7 @@ html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in $(XMLLINT) --nonet --valid --noout html/*.html ; \ else echo "missing XHTML1 DTD" ; fi ; fi ); -devhelp/index.html: libvirt-api.xml $(devhelpxsl) +devhelp/index.html devhelp/libvirt.devhelp: libvirt-api.xml $(devhelpxsl) -@(echo Rebuilding devhelp files) -@(if [ -x $(XSLTPROC) ] ; then \ $(XSLTPROC) --nonet -o devhelp/libvirt.devhelp $(top_srcdir)/docs/devhelp/devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi );