From cfe2fd2a36f43c1f998bb5e7c0cec15480ed3f96 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 2 Jun 2009 13:49:43 +0000 Subject: tidy up autoconfiguration of docbook stuff * use --nonet, so xmllint and co don't go off trying to download stuff from the web * use the http:// reference for the stylesheet, so we don't have to search the filesystem for it (should speedup ./configure) --- rules/docbook.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rules') diff --git a/rules/docbook.mk b/rules/docbook.mk index a06aa0f41b..73532b72cc 100644 --- a/rules/docbook.mk +++ b/rules/docbook.mk @@ -34,8 +34,10 @@ $1/$2/index.html: $$($1_DOCBOOK_SOURCES) "$$(XSLTPROC)" --stringparam base.dir $$(dir $$@) \ --stringparam use.id.as.filename 1 \ --stringparam html.stylesheet fptools.css \ + --nonet \ $$(XSLTPROC_LABEL_OPTS) $$(XSLTPROC_OPTS) \ - $$(DIR_DOCBOOK_XSL)/html/chunk.xsl $1/$2.xml + $$(XSLTPROC_HTML_STYLESHEET) \ + $1/$2.xml cp mk/fptools.css $$(dir $$@) else html_$1 : -- cgit v1.2.1