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

Changeset 99802 in webkit


Ignore:
Timestamp:
Nov 9, 2011, 7:00:43 PM (15 years ago)
Author:
Martin Robinson
Message:

[GTK] [WebKit] Replace the gtkdoc autools magic with something more flexible
https://bugs.webkit.org/show_bug.cgi?id=70877

Reviewed by Philippe Normand.

Add a script that runs gtkdoc manually instead of using the autotools
magic. Remove now unused gtkdoc files.

  • GNUmakefile.am: Remove references to removed gtkdoc files.
  • UIProcess/API/gtk/docs/GNUmakefile.am: Removed.
  • UIProcess/API/gtk/docs/build-gtkdoc: Added.
  • UIProcess/API/gtk/docs/gtkdoc.py: Added.
  • UIProcess/API/gtk/docs/version.xml.in: Removed.
Location:
trunk/Source/WebKit2
Files:
2 added
2 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r99800 r99802  
     12011-10-26  Martin Robinson  <mrobinson@igalia.com>
     2
     3        [GTK] [WebKit] Replace the gtkdoc autools magic with something more flexible
     4        https://bugs.webkit.org/show_bug.cgi?id=70877
     5
     6        Reviewed by Philippe Normand.
     7
     8        Add a script that runs gtkdoc manually instead of using the autotools
     9        magic. Remove now unused gtkdoc files.
     10
     11        * GNUmakefile.am: Remove references to removed gtkdoc files.
     12        * UIProcess/API/gtk/docs/GNUmakefile.am: Removed.
     13        * UIProcess/API/gtk/docs/build-gtkdoc: Added.
     14        * UIProcess/API/gtk/docs/gtkdoc.py: Added.
     15        * UIProcess/API/gtk/docs/version.xml.in: Removed.
     16
    1172011-11-09  Alexey Proskuryakov  <ap@apple.com>
    218
  • trunk/Source/WebKit2/GNUmakefile.am

    r99198 r99802  
    13921392
    13931393EXTRA_DIST += \
    1394         $(WebKit2)/UIProcess/API/gtk/docs/GNUmakefile.am \
    1395         $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-docs.sgml \
    1396         $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk-sections.txt \
    1397         $(WebKit2)/UIProcess/API/gtk/docs/version.xml.in \
     1394        $(WebKit2)/UIProcess/API/gtk/docs/build-gtkdoc.py \
     1395        $(WebKit2)/UIProcess/API/gtk/docs/gtkdoc.py \
     1396        $(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-docs.sgml \
     1397        $(WebKit2)/UIProcess/API/gtk/docs/webkitgtk-sections.txt \
    13981398        $(WebKit2)/UIProcess/API/gtk/docs/webkit2gtk.types \
    13991399        $(WebKit2)/Scripts/generate-message-receiver.py \
     
    14231423        $(shell ls $(WebKit2)/WebProcess/WebCoreSupport/*.in) \
    14241424        $(shell ls $(WebKit2)/WebProcess/WebPage/*.in)
    1425 
Note: See TracChangeset for help on using the changeset viewer.