]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add a target for libvirt.devhelp
authorDaniel Veillard <veillard@redhat.com>
Tue, 13 Oct 2009 14:19:57 +0000 (16:19 +0200)
committerDaniel Veillard <veillard@redhat.com>
Tue, 13 Oct 2009 14:19:57 +0000 (16:19 +0200)
* docs/Makefile.am: the lack of a target for devhelp/libvirt.devhelp
  broke 'make dist'

docs/Makefile.am

index 0c206c36c7f7acf26bb3ab2ef1b9eb80a88e83bd..d819869c5b8ef715b5f438b07ad0b406ccb2173f 100644 (file)
@@ -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 );