diff options
Diffstat (limited to 'docs/devhelp/Makefile.am')
-rw-r--r-- | docs/devhelp/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/devhelp/Makefile.am b/docs/devhelp/Makefile.am index 2efebb2cff..dbf47c7e81 100644 --- a/docs/devhelp/Makefile.am +++ b/docs/devhelp/Makefile.am @@ -15,6 +15,8 @@ EXTRA_DIST=devhelp.xsl html.xsl libvirt.devhelp $(HTML_FILES) $(EXTRA_FORMAT) all: libvirt.devhelp $(HTML_FILES) +CLEANFILES = libvirt.devhelp $(HTML_FILES) + libvirt.devhelp $(HTML_FILES): $(srcdir)/devhelp.xsl html.xsl $(top_srcdir)/docs/libvirt-api.xml -@(echo Rebuilding devhelp files) -@(if [ -x $(XSLTPROC) ] ; then \ |