summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorJames Henstridge <james@daa.com.au>2003-01-18 16:01:30 +0000
committerJames Henstridge <jamesh@src.gnome.org>2003-01-18 16:01:30 +0000
commitea18df9010f77eddf1fecca374e3d4874f7ad6a8 (patch)
treebcb54b26033e31192fc7e748d2616eb2699a8533 /gtkdoc-mkhtml.in
parent9640f778227881fbaf6b88f69ce8ac5b7bbd3d84 (diff)
downloadgtk-doc-ea18df9010f77eddf1fecca374e3d4874f7ad6a8.tar.gz
switch the output type from "sgml" to "sgml-raw" when using Jade to
2003-01-18 James Henstridge <james@daa.com.au> * gtkdoc-mkhtml.in (declaration): switch the output type from "sgml" to "sgml-raw" when using Jade to process docs. This gets rid of the line breaks inside the tags, which were confusing Lynx.
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 af49055..6d4d1d4 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -39,7 +39,7 @@ if $is_xml; then
--stringparam gtkdoc.version "@VERSION@" \
$gtkdocdir/gtk-doc.xsl $document
else
- @JADE@ -t sgml -w no-idref -d $gtkdocdir/gtk-doc.dsl \
+ @JADE@ -t sgml-raw -w no-idref -d $gtkdocdir/gtk-doc.dsl \
-V "gtkdoc-bookname=$module" -V "gtkdoc-version=@VERSION@" \
$gtkdocdir/gtk-doc.dcl $document
fi