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@xxxxxxxxxxxxx> --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index 01e1af9..f0958b3 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 = \