RESOLVED FIXED Bug 77869
[GTK] Make sure html_dir exists before calling gtkdoc-rebase
https://bugs.webkit.org/show_bug.cgi?id=77869
Summary [GTK] Make sure html_dir exists before calling gtkdoc-rebase
Carlos Garcia Campos
Reported 2012-02-06 06:29:56 PST
It doesn't exist during make distcheck, I had to fix it for 1.7.5 release.
Attachments
Patch (1.08 KB, patch)
2012-02-06 06:32 PST, Carlos Garcia Campos
pnormand: review+
Carlos Garcia Campos
Comment 1 2012-02-06 06:32:06 PST
Carlos Garcia Campos
Comment 2 2012-02-06 06:54:57 PST
Martin Robinson
Comment 3 2012-02-06 09:20:19 PST
Comment on attachment 125631 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=125631&action=review > Tools/gtk/gtkdoc.py:361 > + if not os.path.isdir(html_dir): > + return This should probably raise an exception, so that the user knows the process failed.
Note You need to log in before you can comment on or make changes to this bug.