Unreviewed typo fix that makes docs build again for the gtk2-based
authorkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 00:25:00 +0000 (00:25 +0000)
committerkov@webkit.org <kov@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 9 Feb 2012 00:25:00 +0000 (00:25 +0000)
library.

* gtk/generate-gtkdoc:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107150 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/ChangeLog
Tools/gtk/generate-gtkdoc

index fdb079d..73e5e21 100644 (file)
@@ -1,3 +1,10 @@
+2012-02-08  Gustavo Noronha Silva  <gns@gnome.org>
+
+        Unreviewed typo fix that makes docs build again for the gtk2-based
+        library.
+
+        * gtk/generate-gtkdoc:
+
 2012-02-08  Adam Barth  <abarth@webkit.org>
 
         Don't re-implement ZipFile.extractall
index 639a7b7..996b91a 100755 (executable)
@@ -146,7 +146,7 @@ saw_webkit1_warnings = saw_webkit2_warnings = False
 
 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: