summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-02-18 16:08:10 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-02-18 16:08:10 +0000
commiteacdde9b74345bd75bf716f27e423d75434842e7 (patch)
tree5d166ca4aa3990f7b1067e94f833c805cb127a03 /gtkdoc-mkhtml.in
parent6275595c49dcf1739c22cb4aacdbb2191314b56c (diff)
downloadgtk-doc-eacdde9b74345bd75bf716f27e423d75434842e7.tar.gz
make the requires lines match current requirements ...
2003-02-19 James Henstridge <james@daa.com.au> * gtk-doc.spec.in (Requires): make the requires lines match current requirements ... * gtkdoc-mkhtml.in (XSLTPROC): pass --nonet to xsltproc, so we don't try to download DTDs and XSLT over the net. The configure checks should catch people who don't have the correct files in their catalog.
Diffstat (limited to 'gtkdoc-mkhtml.in')
-rw-r--r--gtkdoc-mkhtml.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtkdoc-mkhtml.in b/gtkdoc-mkhtml.in
index f6bd4f0..83aee84 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -34,7 +34,7 @@ if test -f index.sgml; then
fi
if $is_xml; then
- @XSLTPROC@ --xinclude \
+ @XSLTPROC@ --nonet --xinclude \
--stringparam gtkdoc.bookname $module \
--stringparam gtkdoc.version "@VERSION@" \
$gtkdocdir/gtk-doc.xsl $document