[gnome-python] disable gtkdoc-fixxref temporarily while it is broken
- From: Gustavo J. A. M. Carneiro <gjc src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-python] disable gtkdoc-fixxref temporarily while it is broken
- Date: Mon, 14 Dec 2009 19:11:21 +0000 (UTC)
commit 077b69644e3363a92448b4ca62fbc6d5cec2bf8a
Author: Gustavo Carneiro <gjc inescporto pt>
Date: Mon Dec 14 19:11:07 2009 +0000
disable gtkdoc-fixxref temporarily while it is broken
docs/gnomevfs/wscript | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/docs/gnomevfs/wscript b/docs/gnomevfs/wscript
index 031b8ad..34275e5 100644
--- a/docs/gnomevfs/wscript
+++ b/docs/gnomevfs/wscript
@@ -27,11 +27,11 @@ def build(bld):
' --stringparam chunker.output.encoding UTF-8'
' ${SRC[0]} ${SRC[1]}'))
- cmd = bld.new_task_gen('command',
- target='html/gnomevfs-class-reference.html',
- 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/gnomevfs-class-reference.html',
+ # source='html/index.html',
+ # command='gtkdoc-fixxref --module-dir=${TGT[0].parent} --html-dir=${HTMLDIR}',
+ # variables=dict(HTMLDIR=html_dir))
# install html files from either the build dir or the source dir, whichever is found
html_files = glob.glob(os.path.join(bld.path.find_dir('html').abspath(env), '*'))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]