Fix API documentation build

This commit is contained in:
Christian Dywan 2009-03-23 12:08:27 +01:00
parent ded346905c
commit 350dbe5e07

View 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)