* Use --nonet flag to prevent fetching of DTD.
This commit is contained in:
parent
12e805cfb0
commit
6d5877ea12
|
@ -1,7 +1,7 @@
|
||||||
ENV = SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat
|
ENV = SGML_CATALOG_FILES=$(DOCBOOK_DTD)/docbook.cat
|
||||||
|
|
||||||
XMLLINT = $(ENV) xmllint --catalogs
|
XMLLINT = $(ENV) xmllint --catalogs --nonet
|
||||||
XSLTPROC = $(ENV) xsltproc --catalogs
|
XSLTPROC = $(ENV) xsltproc --catalogs --nonet
|
||||||
|
|
||||||
SOURCES = book.xml introduction.xml installation.xml nix-reference.xml \
|
SOURCES = book.xml introduction.xml installation.xml nix-reference.xml \
|
||||||
troubleshooting.xml bugs.xml
|
troubleshooting.xml bugs.xml
|
||||||
|
|
Loading…
Reference in a new issue