summaryrefslogtreecommitdiffstats
path: root/doc/Makefile.am
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <arturo@netfilter.org>2019-08-15 14:24:28 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2019-08-15 14:27:36 +0200
commite33480a494001501f1a8ec080a4941b25336831b (patch)
tree3a7cbfe4572deb7dc06fcff765e4873bab6d099a /doc/Makefile.am
parent452e7653334bd2808441fe40235307f1f3dd23c4 (diff)
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 <arturo@netfilter.org> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r--doc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 = \