From: Arran Cudbard-Bell Date: Sat, 17 Aug 2019 00:27:24 +0000 (-0400) Subject: Turn on warnings for asciidoctor X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=237cc8d7863bf79bb00642f0fcec5eec70c4e3e5;p=thirdparty%2Ffreeradius-server.git Turn on warnings for asciidoctor --- diff --git a/doc/all.mk b/doc/all.mk index 2ab7201e236..22391d87e11 100644 --- a/doc/all.mk +++ b/doc/all.mk @@ -175,7 +175,8 @@ doc/%.html: doc/%.adoc @echo HTML $^ $(eval BASEDIR := $(call DOC_BASEDIR,$(subst doc/,,$(dir $^)))) $(eval BASEDIR := $(if $(BASEDIR),$(BASEDIR),./)) - ${Q}$(ASCIIDOCTOR) $< -a toc="left" \ + ${Q}$(ASCIIDOCTOR) $< -w \ + -a toc="left" \ -a docinfodir="$(BASEDIR)/templates" \ -a basedir="$(BASEDIR)" \ -a docinfo="shared,private" \