Changeset 107150 in webkit
- Timestamp:
- Feb 8, 2012, 4:25:00 PM (15 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
gtk/generate-gtkdoc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/ChangeLog
r107147 r107150 1 2012-02-08 Gustavo Noronha Silva <gns@gnome.org> 2 3 Unreviewed typo fix that makes docs build again for the gtk2-based 4 library. 5 6 * gtk/generate-gtkdoc: 7 1 8 2012-02-08 Adam Barth <abarth@webkit.org> 2 9 -
trunk/Tools/gtk/generate-gtkdoc
r106788 r107150 147 147 pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkitgtk-3.0.pc') 148 148 if not os.path.exists(pkg_config_path): 149 pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkit gtk-1.0.pc')149 pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkit-1.0.pc') 150 150 if os.path.exists(pkg_config_path): 151 151 options = get_webkit1_options(common.gtk_version_of_pkg_config_file(pkg_config_path))
Note:
See TracChangeset
for help on using the changeset viewer.