]> spindle.queued.net Git - midori/commitdiff
Fix API documentation build
authorChristian Dywan <christian@twotoasts.de>
Mon, 23 Mar 2009 11:08:27 +0000 (12:08 +0100)
committerChristian Dywan <christian@twotoasts.de>
Mon, 23 Mar 2009 11:08:27 +0000 (12:08 +0100)
docs/api/wscript_build

index 8e72edb4a55846989f48e691e71cfd9a51bc7d03..ddbcfc590e181fe674f7b05f24746a2102a195d6 100644 (file)
@@ -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)