Fix API documentation build
This commit is contained in:
parent
ded346905c
commit
350dbe5e07
1 changed files with 2 additions and 2 deletions
|
@ -27,8 +27,8 @@ for module in ('midori', 'katze'):
|
||||||
Utils.check_dir ('html')
|
Utils.check_dir ('html')
|
||||||
os.chdir ('html')
|
os.chdir ('html')
|
||||||
subprocess.call (['gtkdoc-mkhtml', module, '../%s.sgml' % module])
|
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 ('../../../../..')
|
os.chdir ('../../../../..')
|
||||||
except Exception, msg:
|
except Exception, msg:
|
||||||
print msg
|
print msg
|
||||||
Params.pprint ('RED', "Failed to create documentation for %s." % module)
|
Utils.pprint ('RED', "Failed to create documentation for %s." % module)
|
||||||
|
|
Loading…
Reference in a new issue