[gtk-doc] mkman: fix command invocation.



commit 0fb5c13ffc107811762554fc4aa067afdfbe11c9
Author: Stefan Kost <ensonic users sf net>
Date:   Wed Sep 8 21:30:22 2010 +0300

    mkman: fix command invocation.
    
    Add missing \ and space. Fixes #628794

 gtkdoc-mkman.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtkdoc-mkman.in b/gtkdoc-mkman.in
index bc85d50..c5f5857 100644
--- a/gtkdoc-mkman.in
+++ b/gtkdoc-mkman.in
@@ -62,8 +62,8 @@ fi
 if $is_xml; then
   # see http://bugzilla.gnome.org/show_bug.cgi?id=467488
   @XSLTPROC@ $path_arg --nonet --xinclude \
-      --stringparam gtkdoc.bookname $module
-      --stringparam gtkdoc.version"@VERSION@" \
+      --stringparam gtkdoc.bookname $module \
+      --stringparam gtkdoc.version "@VERSION@" \
       manpages/docbook.xsl $document || exit $?
 else
   for i in `cd sgml;ls *.sgml`; do



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]