gtk-doc: pass module name as a parameter to the xsl transform

This commit is contained in:
Frédéric Péters 2011-10-10 16:56:12 -04:00
parent 18f81d265f
commit eaf5524eae
1 changed files with 1 additions and 0 deletions

View File

@ -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)]