Skip to content

Commit

Permalink
Cherry-pick 276622@main (aaef68e). https://bugs.webkit.org/show_bug.c…
Browse files Browse the repository at this point in the history
…gi?id=271644

    [GLib] Script rewrite-compile-commands missing from release tarballs
    https://bugs.webkit.org/show_bug.cgi?id=271644

    Reviewed by Michael Catanzaro.

    * Tools/gtk/manifest.txt.in: List Tools/Scripts/rewrite-compile-commands
      for inclusion in release tarballs.
    * Tools/wpe/manifest.txt.in: Ditto.

    Canonical link: https://commits.webkit.org/276622@main
  • Loading branch information
aperezdc committed Mar 25, 2024
1 parent 4b85d17 commit 28f0194
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tools/gtk/manifest.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ file CMakeLists.txt
file Tools/CMakeLists.txt
file Tools/PlatformGTK.cmake

file Tools/Scripts/rewrite-compile-commands

directory ${CMAKE_BINARY_DIR}/Documentation/javascriptcoregtk-${WEBKITGTK_API_VERSION} Documentation/jsc-glib-${WEBKITGTK_API_VERSION}
directory ${CMAKE_BINARY_DIR}/Documentation/webkit${WEBKITGTK_API_INFIX}gtk-${WEBKITGTK_API_VERSION} Documentation/webkit${WEBKITGTK_API_INFIX}gtk-${WEBKITGTK_API_VERSION}
directory ${CMAKE_BINARY_DIR}/Documentation/webkit${WEBKITGTK_API_INFIX}gtk-web-process-extension-${WEBKITGTK_API_VERSION} Documentation/webkit${WEBKITGTK_API_INFIX}gtk-web-process-extension-${WEBKITGTK_API_VERSION}
2 changes: 2 additions & 0 deletions Tools/wpe/manifest.txt.in
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,8 @@ file CMakeLists.txt
file Tools/CMakeLists.txt
file Tools/PlatformWPE.cmake

file Tools/Scripts/rewrite-compile-commands

directory ${CMAKE_BINARY_DIR}/Documentation/wpe-javascriptcore-${WPE_API_VERSION} Documentation/wpe-javascriptcore-${WPE_API_VERSION}
directory ${CMAKE_BINARY_DIR}/Documentation/wpe-webkit-${WPE_API_VERSION} Documentation/wpe-webkit-${WPE_API_VERSION}
directory ${CMAKE_BINARY_DIR}/Documentation/${WPE_WEB_PROCESS_EXTENSION_PC_MODULE} Documentation/wpe-web-extension-${WPE_API_VERSION}

0 comments on commit 28f0194

Please sign in to comment.