[library-web] gtk-doc: pass module name as a parameter to the xsl transform
- From: Frederic Peters <fpeters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [library-web] gtk-doc: pass module name as a parameter to the xsl transform
- Date: Mon, 10 Oct 2011 20:59:19 +0000 (UTC)
commit eaf5524eae79b4e04719b4975692a59331bdcf3f
Author: FrÃdÃric PÃters <fpeters 0d be>
Date: Mon Oct 10 16:56:12 2011 -0400
gtk-doc: pass module name as a parameter to the xsl transform
src/modtypes/gtkdoc.py | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/modtypes/gtkdoc.py b/src/modtypes/gtkdoc.py
index 59c77bc..addba70 100644
--- a/src/modtypes/gtkdoc.py
+++ b/src/modtypes/gtkdoc.py
@@ -135,6 +135,7 @@ class GtkDocModule(DocModule):
cmd = ['xsltproc', '--output', dst,
'--nonet', '--xinclude',
'--stringparam', 'libgo.h2hmode', 'gtk-doc',
+ '--stringparam', 'libgo.module', doc_module,
self.html2html_xsl_file,
os.path.join(ext_dirname,
self.dirname, temporary.name)]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]