[libvirt] [PATCH] need a target for devhelp/libvirt.devhelp

Daniel Veillard veillard at redhat.com
Tue Oct 13 12:53:07 UTC 2009


On Tue, Oct 13, 2009 at 02:19:25PM +0200, Daniel Veillard wrote:
> I think I erased a % when trying to apply the last patch from Amy,
> 
>   trivial fix, will commit,

  The lack of a target for devhelp/libvirt.devhelp also broke 'make dist'
on my tree, this trivially fixes it

Daniel

-- 
Daniel Veillard      | libxml Gnome XML XSLT toolkit  http://xmlsoft.org/
daniel at veillard.com  | Rpmfind RPM search engine http://rpmfind.net/
http://veillard.com/ | virtualization library  http://libvirt.org/
-------------- next part --------------
diff --git a/docs/Makefile.am b/docs/Makefile.am
index 0c206c3..121d9e9 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 );


More information about the libvir-list mailing list