Changeset 292287 in webkit
- Timestamp:
- Apr 4, 2022, 4:19:56 AM (4 years ago)
- Location:
- trunk
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
Source/cmake/WebKitDist.cmake (modified) (2 diffs)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/gtk/manifest.txt.in (modified) (1 diff)
-
Tools/wpe/manifest.txt.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r292286 r292287 1 2022-04-04 Adrian Perez de Castro <aperez@igalia.com> 2 3 [WPE][GTK] REGRESSION(r292263): Cannot make release tarballs 4 https://bugs.webkit.org/show_bug.cgi?id=238698 5 6 Reviewed by Carlos Garcia Campos. 7 8 * Source/cmake/WebKitDist.cmake: Make "dist" and "distcheck" targets depend on "doc-all". 9 1 10 2022-04-04 Adrian Perez de Castro <aperez@igalia.com> 2 11 -
trunk/Source/cmake/WebKitDist.cmake
r224410 r292287 11 11 DEPENDS ${CMAKE_BINARY_DIR}/manifest.txt 12 12 DEPENDS WebKit 13 DEPENDS Documentation13 DEPENDS doc-all 14 14 COMMAND ${TOOLS_DIR}/Scripts/make-dist 15 15 --check --port=${_port} … … 44 44 DEPENDS ${CMAKE_BINARY_DIR}/${_tarball_prefix}-${PROJECT_VERSION}.tar.xz 45 45 DEPENDS WebKit 46 DEPENDS Documentation46 DEPENDS doc-all 47 47 ) 48 48 endmacro() -
trunk/Tools/ChangeLog
r292284 r292287 1 2022-04-04 Adrian Perez de Castro <aperez@igalia.com> 2 3 [WPE][GTK] REGRESSION(r292263): Cannot make release tarballs 4 https://bugs.webkit.org/show_bug.cgi?id=238698 5 6 Reviewed by Carlos Garcia Campos. 7 8 * gtk/manifest.txt.in: Fix paths of generated documentation to be included in release tarballs. 9 * wpe/manifest.txt.in: Ditto. 10 1 11 2022-04-04 Cathie Chen <cathiechen@igalia.com> 2 12 -
trunk/Tools/gtk/manifest.txt.in
r291094 r292287 103 103 file Tools/PlatformGTK.cmake 104 104 105 directory ${CMAKE_BINARY_DIR}/Documentation/ webkit2gtk-${WEBKITGTK_API_DOC_VERSION}/html/webkit2gtk-${WEBKITGTK_API_DOC_VERSION} Documentation/webkit2gtk-${WEBKITGTK_API_DOC_VERSION}/html106 directory ${CMAKE_BINARY_DIR}/Documentation/webkit domgtk-${WEBKITGTK_API_DOC_VERSION}/html/webkitdomgtk-${WEBKITGTK_API_DOC_VERSION} Documentation/webkitdomgtk-${WEBKITGTK_API_DOC_VERSION}/html107 directory ${CMAKE_BINARY_DIR}/Documentation/ jsc-glib-${WEBKITGTK_API_DOC_VERSION}/html/jsc-glib-${WEBKITGTK_API_DOC_VERSION} Documentation/jsc-glib-${WEBKITGTK_API_DOC_VERSION}/html105 directory ${CMAKE_BINARY_DIR}/Documentation/javascriptcoregtk-${WEBKITGTK_API_VERSION} Documentation/jsc-glib-${WEBKITGTK_API_DOC_VERSION} 106 directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_VERSION} Documentation/webkit2gtk-${WEBKITGTK_API_DOC_VERSION} 107 directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-web-extension-${WEBKITGTK_API_VERSION} Documentation/webkit2gtk-web-extension-${WEBKITGTK_API_DOC_VERSION} -
trunk/Tools/wpe/manifest.txt.in
r291094 r292287 97 97 file Tools/PlatformWPE.cmake 98 98 99 directory ${CMAKE_BINARY_DIR}/Documentation/wpe-${WPE_API_DOC_VERSION}/html/wpe-${WPE_API_DOC_VERSION} Documentation/wpe-${WPE_API_DOC_VERSION}/html 100 directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webextensions-${WPE_API_DOC_VERSION}/html/wpe-webextensions-${WPE_API_DOC_VERSION} Documentation/wpe-webextensions-${WPE_API_DOC_VERSION}/html 99 directory ${CMAKE_BINARY_DIR}/Documentation/wpe-javascriptcore-${WPE_API_VERSION} Documentation/wpe-javascriptcore-${WPE_API_DOC_VERSION} 100 directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webkit-${WPE_API_VERSION} Documentation/wpe-webkit-${WPE_API_DOC_VERSION} 101 directory ${CMAKE_BINARY_DIR}/Documentation/wpe-web-extension-${WPE_API_VERSION} Documentation/wpe-web-extension-${WPE_API_DOC_VERSION}
Note:
See TracChangeset
for help on using the changeset viewer.