* Use --nonet flag to prevent fetching of DTD.

This commit is contained in:
Eelco Dolstra 2003-11-25 13:43:48 +00:00
parent 12e805cfb0
commit 6d5877ea12
1 changed files with 2 additions and 2 deletions

View File

@ -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