Changeset 239886 in webkit


Ignore:
Timestamp:
Jan 11, 2019 5:02:38 PM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[WPE] Add gtk-doc
https://bugs.webkit.org/show_bug.cgi?id=178900

Patch by Carlos Eduardo Ramalho <cadubentzen@gmail.com> on 2019-01-11
Reviewed by Michael Catanzaro.

Add Tools/gtkdoc to manifest.txt.in files.
This should have been done in r238853 and caused failure in building WebKitGTK+ unstable release 2.23.2.

  • gtk/manifest.txt.in: Add Tools/gtkdoc directory.
  • wpe/manifest.txt.in: Add Tools/gtkdoc directory and uncomment lines to move documentation artifacts.
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r239881 r239886  
     12019-01-11  Carlos Eduardo Ramalho  <cadubentzen@gmail.com>
     2
     3        [WPE] Add gtk-doc
     4        https://bugs.webkit.org/show_bug.cgi?id=178900
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        Add Tools/gtkdoc to manifest.txt.in files.
     9        This should have been done in r238853 and caused failure in building WebKitGTK+ unstable release 2.23.2.
     10
     11        * gtk/manifest.txt.in: Add Tools/gtkdoc directory.
     12        * wpe/manifest.txt.in: Add Tools/gtkdoc directory and uncomment lines to move documentation artifacts.
     13
    1142019-01-11  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/Tools/gtk/manifest.txt.in

    r238458 r239886  
    9191file Tools/glib/generate-inspector-gresource-manifest.py
    9292
     93directory Tools/gtkdoc
    9394directory Tools/MiniBrowser
    9495directory Tools/TestWebKitAPI
  • trunk/Tools/wpe/manifest.txt.in

    r238458 r239886  
    8787file Tools/glib/generate-inspector-gresource-manifest.py
    8888
     89directory Tools/gtkdoc
    8990directory Tools/MiniBrowser
    9091directory Tools/TestWebKitAPI
     
    9495file Tools/PlatformWPE.cmake
    9596
    96 # FIXME: We are not currently generating documentation for WPE.
    97 #directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html
    98 #directory ${CMAKE_BINARY_DIR}/Documentation/webkitdomgtk-${WEBKITGTK_API_VERSION}/html Documentation/webkitdomgtk-${WEBKITGTK_API_VERSION}/html
     97directory ${CMAKE_BINARY_DIR}/Documentation/wpe-${WPE_API_VERSION}/html/wpe-${WPE_API_VERSION} Documentation/wpe-${WPE_API_VERSION}/html
     98directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webextensions-${WPE_API_VERSION}/html/wpe-webextensions-${WPE_API_VERSION} Documentation/wpe-webextensions-${WPE_API_VERSION}/html
Note: See TracChangeset for help on using the changeset viewer.