mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-13 06:34:42 -05:00
Add a target for libvirt.devhelp
* docs/Makefile.am: the lack of a target for devhelp/libvirt.devhelp broke 'make dist'
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@ html/index.html: libvirt-api.xml newapi.xsl page.xsl sitemap.html.in
|
|||||||
$(XMLLINT) --nonet --valid --noout html/*.html ; \
|
$(XMLLINT) --nonet --valid --noout html/*.html ; \
|
||||||
else echo "missing XHTML1 DTD" ; fi ; fi );
|
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)
|
-@(echo Rebuilding devhelp files)
|
||||||
-@(if [ -x $(XSLTPROC) ] ; then \
|
-@(if [ -x $(XSLTPROC) ] ; then \
|
||||||
$(XSLTPROC) --nonet -o devhelp/libvirt.devhelp $(top_srcdir)/docs/devhelp/devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi );
|
$(XSLTPROC) --nonet -o devhelp/libvirt.devhelp $(top_srcdir)/docs/devhelp/devhelp.xsl $(top_srcdir)/docs/libvirt-api.xml ; fi );
|
||||||
|
|||||||
Reference in New Issue
Block a user