Title: [239886] trunk/Tools
Revision
239886
Author
[email protected]
Date
2019-01-11 17:02:38 -0800 (Fri, 11 Jan 2019)

Log Message

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

Patch by Carlos Eduardo Ramalho <[email protected]> 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (239885 => 239886)


--- trunk/Tools/ChangeLog	2019-01-12 01:00:15 UTC (rev 239885)
+++ trunk/Tools/ChangeLog	2019-01-12 01:02:38 UTC (rev 239886)
@@ -1,3 +1,16 @@
+2019-01-11  Carlos Eduardo Ramalho  <[email protected]>
+
+        [WPE] Add gtk-doc
+        https://bugs.webkit.org/show_bug.cgi?id=178900
+
+        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.
+
 2019-01-11  Wenson Hsieh  <[email protected]>
 
         [iOS] Precision drop state thrashes when dragging near the top edge of an editable element

Modified: trunk/Tools/gtk/manifest.txt.in (239885 => 239886)


--- trunk/Tools/gtk/manifest.txt.in	2019-01-12 01:00:15 UTC (rev 239885)
+++ trunk/Tools/gtk/manifest.txt.in	2019-01-12 01:02:38 UTC (rev 239886)
@@ -90,6 +90,7 @@
 file Tools/glib/common.py
 file Tools/glib/generate-inspector-gresource-manifest.py
 
+directory Tools/gtkdoc
 directory Tools/MiniBrowser
 directory Tools/TestWebKitAPI
 

Modified: trunk/Tools/wpe/manifest.txt.in (239885 => 239886)


--- trunk/Tools/wpe/manifest.txt.in	2019-01-12 01:00:15 UTC (rev 239885)
+++ trunk/Tools/wpe/manifest.txt.in	2019-01-12 01:02:38 UTC (rev 239886)
@@ -86,6 +86,7 @@
 
 file Tools/glib/generate-inspector-gresource-manifest.py
 
+directory Tools/gtkdoc
 directory Tools/MiniBrowser
 directory Tools/TestWebKitAPI
 
@@ -93,6 +94,5 @@
 file Tools/CMakeLists.txt
 file Tools/PlatformWPE.cmake
 
-# FIXME: We are not currently generating documentation for WPE.
-#directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html Documentation/webkit2gtk-${WEBKITGTK_API_VERSION}/html
-#directory ${CMAKE_BINARY_DIR}/Documentation/webkitdomgtk-${WEBKITGTK_API_VERSION}/html Documentation/webkitdomgtk-${WEBKITGTK_API_VERSION}/html
+directory ${CMAKE_BINARY_DIR}/Documentation/wpe-${WPE_API_VERSION}/html/wpe-${WPE_API_VERSION} Documentation/wpe-${WPE_API_VERSION}/html
+directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webextensions-${WPE_API_VERSION}/html/wpe-webextensions-${WPE_API_VERSION} Documentation/wpe-webextensions-${WPE_API_VERSION}/html
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to