⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 107150 in webkit


Ignore:
Timestamp:
Feb 8, 2012, 4:25:00 PM (15 years ago)
Author:
kov@webkit.org
Message:

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

  • gtk/generate-gtkdoc:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r107147 r107150  
     12012-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
    182012-02-08  Adam Barth  <abarth@webkit.org>
    29
  • trunk/Tools/gtk/generate-gtkdoc

    r106788 r107150  
    147147pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkitgtk-3.0.pc')
    148148if not os.path.exists(pkg_config_path):
    149     pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkitgtk-1.0.pc')
     149    pkg_config_path = common.build_path('Source', 'WebKit', 'gtk', 'webkit-1.0.pc')
    150150if os.path.exists(pkg_config_path):
    151151    options = get_webkit1_options(common.gtk_version_of_pkg_config_file(pkg_config_path))
Note: See TracChangeset for help on using the changeset viewer.