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

Changeset 292287 in webkit


Ignore:
Timestamp:
Apr 4, 2022, 4:19:56 AM (4 years ago)
Author:
Adrian Perez de Castro
Message:

[WPE][GTK] REGRESSION(r292263): Cannot make release tarballs
https://bugs.webkit.org/show_bug.cgi?id=238698

Reviewed by Carlos Garcia Campos.

.:

  • Source/cmake/WebKitDist.cmake: Make "dist" and "distcheck" targets depend on "doc-all".

Tools:

  • gtk/manifest.txt.in: Fix paths of generated documentation to be included in release tarballs.
  • wpe/manifest.txt.in: Ditto.
Location:
trunk
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r292286 r292287  
     12022-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
    1102022-04-04  Adrian Perez de Castro  <aperez@igalia.com>
    211
  • trunk/Source/cmake/WebKitDist.cmake

    r224410 r292287  
    1111        DEPENDS ${CMAKE_BINARY_DIR}/manifest.txt
    1212        DEPENDS WebKit
    13         DEPENDS Documentation
     13        DEPENDS doc-all
    1414        COMMAND ${TOOLS_DIR}/Scripts/make-dist
    1515                --check --port=${_port}
     
    4444        DEPENDS ${CMAKE_BINARY_DIR}/${_tarball_prefix}-${PROJECT_VERSION}.tar.xz
    4545        DEPENDS WebKit
    46         DEPENDS Documentation
     46        DEPENDS doc-all
    4747    )
    4848endmacro()
  • trunk/Tools/ChangeLog

    r292284 r292287  
     12022-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
    1112022-04-04  Cathie Chen  <cathiechen@igalia.com>
    212
  • trunk/Tools/gtk/manifest.txt.in

    r291094 r292287  
    103103file Tools/PlatformGTK.cmake
    104104
    105 directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_DOC_VERSION}/html/webkit2gtk-${WEBKITGTK_API_DOC_VERSION} Documentation/webkit2gtk-${WEBKITGTK_API_DOC_VERSION}/html
    106 directory ${CMAKE_BINARY_DIR}/Documentation/webkitdomgtk-${WEBKITGTK_API_DOC_VERSION}/html/webkitdomgtk-${WEBKITGTK_API_DOC_VERSION} Documentation/webkitdomgtk-${WEBKITGTK_API_DOC_VERSION}/html
    107 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}/html
     105directory ${CMAKE_BINARY_DIR}/Documentation/javascriptcoregtk-${WEBKITGTK_API_VERSION} Documentation/jsc-glib-${WEBKITGTK_API_DOC_VERSION}
     106directory ${CMAKE_BINARY_DIR}/Documentation/webkit2gtk-${WEBKITGTK_API_VERSION} Documentation/webkit2gtk-${WEBKITGTK_API_DOC_VERSION}
     107directory ${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  
    9797file Tools/PlatformWPE.cmake
    9898
    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
     99directory ${CMAKE_BINARY_DIR}/Documentation/wpe-javascriptcore-${WPE_API_VERSION} Documentation/wpe-javascriptcore-${WPE_API_DOC_VERSION}
     100directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webkit-${WPE_API_VERSION} Documentation/wpe-webkit-${WPE_API_DOC_VERSION}
     101directory ${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.