From 350dbe5e073cdb8a52f743be3ed0cf4c0d30b7da Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Mon, 23 Mar 2009 12:08:27 +0100 Subject: [PATCH] Fix API documentation build --- docs/api/wscript_build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/wscript_build b/docs/api/wscript_build index 8e72edb4..ddbcfc59 100644 --- a/docs/api/wscript_build +++ b/docs/api/wscript_build @@ -27,8 +27,8 @@ for module in ('midori', 'katze'): Utils.check_dir ('html') os.chdir ('html') subprocess.call (['gtkdoc-mkhtml', module, '../%s.sgml' % module]) - Params.pprint ('YELLOW', "Created documentation for %s." % module) + Utils.pprint ('YELLOW', "Created documentation for %s." % module) os.chdir ('../../../../..') except Exception, msg: print msg - Params.pprint ('RED', "Failed to create documentation for %s." % module) + Utils.pprint ('RED', "Failed to create documentation for %s." % module) -- 2.39.5