From e33480a494001501f1a8ec080a4941b25336831b Mon Sep 17 00:00:00 2001 From: Arturo Borrero Gonzalez Date: Thu, 15 Aug 2019 14:24:28 +0200 Subject: doc: don't check asciidoc output with xmllint We don't need to check asciidoc output with xmllint because the generated XML is generated by a tool, not by a human. Moreover, xmllint can cause problems because it will try to download the DTD and that is problematic in build systems with no network access. Signed-off-by: Arturo Borrero Gonzalez Signed-off-by: Pablo Neira Ayuso --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/Makefile.am') diff --git a/doc/Makefile.am b/doc/Makefile.am index 01e1af90..f0958b33 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2,7 +2,7 @@ if BUILD_MAN man_MANS = nft.8 libnftables-json.5 libnftables.3 endif -A2X_OPTS_MANPAGE = --doctype manpage --format manpage -D ${builddir} +A2X_OPTS_MANPAGE = -L --doctype manpage --format manpage -D ${builddir} ASCIIDOC_MAIN = nft.txt ASCIIDOC_INCLUDES = \ -- cgit v1.2.3