about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2003-11-25T13·43+0000
committerEelco Dolstra <e.dolstra@tudelft.nl>2003-11-25T13·43+0000
commit6d5877ea122f1d8aede4f9b9d2ac247d1b896093 (patch)
tree7bef99e02fc76d3261af81b5bed8651fb4f1a18f /doc
parent12e805cfb032e403e4dd6f410b7e3f24bbc89a98 (diff)
* Use --nonet flag to prevent fetching of DTD.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am
index 262c7bcaaf10..ac991ddbfea2 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