From: Pavel Hrdina Date: Fri, 5 Jun 2020 14:47:02 +0000 (+0200) Subject: docs: remove incorrect generated files by apibuild.py X-Git-Tag: v6.6.0-rc1~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caa2545457159c154e9afb065659320310473e40;p=thirdparty%2Flibvirt.git docs: remove incorrect generated files by apibuild.py These files are generated by xsltproc as part of html/index.html and html/index-%.html rules. Signed-off-by: Pavel Hrdina Reviewed-by: Ján Tomko Reviewed-by: Michal Privoznik --- diff --git a/docs/Makefile.am b/docs/Makefile.am index d8109bb65c..c33ae8afb1 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -476,13 +476,7 @@ check-html: check-local: check-html -python_generated_files = \ - html/libvirt-libvirt-lxc.html \ - html/libvirt-libvirt-qemu.html \ - html/libvirt-libvirt-admin.html \ - html/libvirt-virterror.html \ - $(api_DATA) \ - $(NULL) +python_generated_files = $(api_DATA) APIBUILD=$(top_srcdir)/scripts/apibuild.py APIBUILD_STAMP=apibuild.py.stamp