From e65d9efb31b9dde36ebab3f7ab0dc49a028eaf37 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Mon, 12 Nov 2018 10:54:25 +0100 Subject: Makefile.asciidoc.inc: make clean: also rm *.html HTML files get created when a2x fails and asciidoc runs. Change-Id: I4d5e9c36f75141ce88d11b16c89809be4dce87d8 --- build/Makefile.asciidoc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Makefile.asciidoc.inc b/build/Makefile.asciidoc.inc index ee7a60d..a3c95fe 100644 --- a/build/Makefile.asciidoc.inc +++ b/build/Makefile.asciidoc.inc @@ -31,7 +31,7 @@ ASCIIDOC_CHECKS = $(ASCIIDOC_NAME:%=%.check) ASCIIDOCSTYLE ?= $(BUILDDIR)/custom-dblatex.sty CLEAN_FILES += $(ASCIIDOC_NAME:%=%__*.png) $(ASCIIDOC_NAME:%=%__*.svg) $(ASCIIDOC_CHECKS) -CLEAN_FILES += $(ASCIIDOC_PDF) +CLEAN_FILES += $(ASCIIDOC_PDF) $(ASCIIDOC_NAME:%=%.html) UPLOAD_FILES += $(ASCIIDOC_PDF) ASCIIDOC_OPTS := -f $(BUILDDIR)/mscgen-filter.conf -f $(BUILDDIR)/diag-filter.conf -f $(BUILDDIR)/docinfo-releaseinfo.conf -f $(BUILDDIR)/python2-filter.conf -- cgit v1.2.3