summaryrefslogtreecommitdiff
path: root/gtkdoc-mkhtml.in
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2010-07-13 18:42:51 +0300
committerStefan Kost <ensonic@users.sf.net>2010-07-13 18:42:51 +0300
commit6344e90d674ca4299e7858cddfa55546bc5938dc (patch)
treece2f9a2556a6156ebe9e1f9da3d3cc70d02c6dca /gtkdoc-mkhtml.in
parent9569daae7fbf4f542050034191cc0798dc53dda5 (diff)
downloadgtk-doc-6344e90d674ca4299e7858cddfa55546bc5938dc.tar.gz
mkdb: revert the xml fixups
Those were to naiive. Add one more test. People have to take into account that blank are turned into </para></para>.
Diffstat (limited to 'gtkdoc-mkhtml.in')
-rw-r--r--gtkdoc-mkhtml.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtkdoc-mkhtml.in b/gtkdoc-mkhtml.in
index b6ec796..1abdf4f 100644
--- a/gtkdoc-mkhtml.in
+++ b/gtkdoc-mkhtml.in
@@ -71,6 +71,10 @@ if test -f index.sgml; then
fi
if $is_xml; then
+ #echo @XSLTPROC@ $path_arg --nonet --xinclude \
+ # --stringparam gtkdoc.bookname $module \
+ # --stringparam gtkdoc.version "@VERSION@" \
+ # "$@" $gtkdocdir/gtk-doc.xsl $document
@XSLTPROC@ $path_arg --nonet --xinclude \
--stringparam gtkdoc.bookname $module \
--stringparam gtkdoc.version "@VERSION@" \