osmith has uploaded this change for review. ( https://gerrit.osmocom.org/11723


Change subject: Makefile.asciidoc.inc: make clean: also rm *.html
......................................................................

Makefile.asciidoc.inc: make clean: also rm *.html

HTML files get created when a2x fails and asciidoc runs.

Change-Id: I4d5e9c36f75141ce88d11b16c89809be4dce87d8
---
M build/Makefile.asciidoc.inc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-gsm-manuals 
refs/changes/23/11723/1

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 @@
 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

--
To view, visit https://gerrit.osmocom.org/11723
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-gsm-manuals
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d5e9c36f75141ce88d11b16c89809be4dce87d8
Gerrit-Change-Number: 11723
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>

Reply via email to