summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-07-31 00:11:31 +0200
committerAlexander Larsson <alexl@redhat.com>2016-07-31 00:11:31 +0200
commit07b342a937ed562a59aa649d793771babee57a09 (patch)
treec74937263ade4a960fb7b3f3f6aa3fe53b8927e8
parent4e67f3cfe80eda0fcad8dbdd6e585682c503805d (diff)
downloadflatpak-07b342a937ed562a59aa649d793771babee57a09.tar.gz
Properly make clean the docs0.6.8
-rw-r--r--doc/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index fe05f9d9..8d3ed075 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -58,6 +58,7 @@ EXTRA_DIST = \
xmlto-config.xsl \
$(NULL)
+CLEANFILES = $(NULL)
DISTCLEANFILES = \
$(man_MANS) \
flatpak-docs.xml \
@@ -70,6 +71,8 @@ doc_DATA = \
docbook.css \
$(NULL)
+CLEANFILES += flatpak-docs.html
+
flatpak-docs.html: flatpak-docs.xml $(xml_files) xmlto-config.xsl
$(AM_V_GEN) $(XMLTO) $(XMLTO_FLAGS) --skip-validation xhtml-nochunks -m $(srcdir)/xmlto-config.xsl $<