[gnome-python-desktop] forget gtkdoc-fixxref for now, it is broken



commit e786b159629b1b5518cf32e181d14e731d53bea8
Author: Gustavo Carneiro <gjc inescporto pt>
Date:   Wed Dec 9 15:13:39 2009 +0000

    forget gtkdoc-fixxref for now, it is broken

 wscript |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/wscript b/wscript
index b32d7c3..a6e8ca3 100644
--- a/wscript
+++ b/wscript
@@ -213,11 +213,12 @@ def build_docs_for_module(bld, module_name):
                 ' --stringparam chunker.output.encoding UTF-8'
                 ' ${SRC[0]} ${SRC[1]}' % module_name))
 
-        cmd = bld.new_task_gen('command',
-                               target=('html/%s-class-reference.html' % module_name),
-                               source='html/index.html',
-                               command='gtkdoc-fixxref --module-dir=${TGT[0].parent} --html-dir=${HTMLDIR}',
-                               variables=dict(HTMLDIR=html_dir))
+        #cmd = bld.new_task_gen('command',
+        #                       target=('html/%s-class-reference.html' % module_name),
+        #                       source='html/index.html',
+        #                       command='gtkdoc-fixxref --module=${MODULE} --module-dir=${TGT[0].parent} --html-dir=${HTMLDIR}',
+        #                       variables=dict(HTMLDIR=html_dir,
+        #                                      MODULE=module_name))
 
     html_files = glob.glob(os.path.join(bld.path.find_dir('html').abspath(bld.env), '*'))
     html_files += glob.glob(os.path.join(bld.path.find_dir('html').abspath(), '*'))



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