Title: [107150] trunk/Tools
Revision
107150
Author
[email protected]
Date
2012-02-08 16:25:00 -0800 (Wed, 08 Feb 2012)

Log Message

Unreviewed typo fix that makes docs build again for the gtk2-based
library.

* gtk/generate-gtkdoc:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (107149 => 107150)


--- trunk/Tools/ChangeLog	2012-02-09 00:24:07 UTC (rev 107149)
+++ trunk/Tools/ChangeLog	2012-02-09 00:25:00 UTC (rev 107150)
@@ -1,3 +1,10 @@
+2012-02-08  Gustavo Noronha Silva  <[email protected]>
+
+        Unreviewed typo fix that makes docs build again for the gtk2-based
+        library.
+
+        * gtk/generate-gtkdoc:
+
 2012-02-08  Adam Barth  <[email protected]>
 
         Don't re-implement ZipFile.extractall

Modified: trunk/Tools/gtk/generate-gtkdoc (107149 => 107150)


--- trunk/Tools/gtk/generate-gtkdoc	2012-02-09 00:24:07 UTC (rev 107149)
+++ trunk/Tools/gtk/generate-gtkdoc	2012-02-09 00:25:00 UTC (rev 107150)
@@ -146,7 +146,7 @@
 
 pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkitgtk-3.0.pc')
 if not os.path.exists(pkg_config_path):
-    pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkitgtk-1.0.pc')
+    pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkit-1.0.pc')
 if os.path.exists(pkg_config_path):
     options = get_webkit1_options(common.gtk_version_of_pkg_config_file(pkg_config_path))
     if '--rebase' not in sys.argv:
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to