osmith has submitted this change and it was merged. ( 
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(-)

Approvals:
  Pau Espin Pedrol: Looks good to me, but someone else must approve
  Neels Hofmeyr: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I4d5e9c36f75141ce88d11b16c89809be4dce87d8
Gerrit-Change-Number: 11723
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Neels Hofmeyr <nhofm...@sysmocom.de>
Gerrit-Reviewer: Pau Espin Pedrol <pes...@sysmocom.de>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>

Reply via email to