diff options
Diffstat (limited to 'src/man/Makefile.am')
-rw-r--r-- | src/man/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/man/Makefile.am b/src/man/Makefile.am index 58104dffc..03caef2ee 100644 --- a/src/man/Makefile.am +++ b/src/man/Makefile.am @@ -31,7 +31,7 @@ CONDS = with_false$(SUDO_CONDS)$(AUTOFS_CONDS)$(SSH_CONDS)$(PAC_RESPONDER_CONDS) export SGML_CATALOG_FILES DOCBOOK_XSLT = @DOCBOOK_XSLT@ DOCBOOK_XSLT ?= http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl -XMLLINT_FLAGS = --catalogs --postvalid --nonet --xinclude --noout +XMLLINT_FLAGS = --catalogs --postvalid --nonet --noent --xinclude --noout XSLTPROC_FLAGS = --catalogs --xinclude --nonet if HAVE_PROFILE_CATALOGS |