diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·43+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-11-25T13·43+0000 |
commit | 6d5877ea122f1d8aede4f9b9d2ac247d1b896093 (patch) | |
tree | 7bef99e02fc76d3261af81b5bed8651fb4f1a18f /doc | |
parent | 12e805cfb032e403e4dd6f410b7e3f24bbc89a98 (diff) |
* Use --nonet flag to prevent fetching of DTD.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/Makefile.am | 4 |
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 |