From 6d5877ea122f1d8aede4f9b9d2ac247d1b896093 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 25 Nov 2003 13:43:48 +0000 Subject: [PATCH] * Use --nonet flag to prevent fetching of DTD. --- doc/manual/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index 262c7bcaa..ac991ddbf 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -1,7 +1,7 @@ ENV = SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat -XMLLINT = $(ENV) xmllint --catalogs -XSLTPROC = $(ENV) xsltproc --catalogs +XMLLINT = $(ENV) xmllint --catalogs --nonet +XSLTPROC = $(ENV) xsltproc --catalogs --nonet SOURCES = book.xml introduction.xml installation.xml nix-reference.xml \ troubleshooting.xml bugs.xml