From c005d505e5f24e6c92c30cc3017f08d15d3522f2 Mon Sep 17 00:00:00 2001 From: tim Date: Sun, 1 Mar 2026 21:51:37 +1100 Subject: [PATCH] Add missing directory ng-images/filters to the call to ebb --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2dc960c..a410262 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -70,7 +70,7 @@ add_custom_command( # Get bounding box data for images # this is ugly and might not work on non-Linux but is better than nothing for now? - COMMAND sh -c "ebb -x images/*.png images/filters/*.png ng-images/*.png" + COMMAND sh -c "ebb -x images/*.png images/filters/*.png ng-images/*.png ng-images/filters/*.png" # Actual building COMMAND make4ht -uf html5 --output-dir ${CMAKE_CURRENT_BINARY_DIR}/html