File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4242 texlive-fonts-recommended
4343
4444 - name : Build the PDF
45- run : ./doc/manual/build-manual.sh DABstar-Manual.pdf
45+ # called via bash so that it does not depend on the executable bit of the checkout
46+ run : bash doc/manual/build-manual.sh DABstar-Manual.pdf
4647
4748 - uses : actions/upload-artifact@v4
4849 with :
Original file line number Diff line number Diff line change @@ -273,8 +273,9 @@ add_custom_target(uninstall
273273find_program (PANDOC_EXECUTABLE pandoc )
274274
275275if (UNIX AND PANDOC_EXECUTABLE)
276+ # called via bash so that it does not depend on the executable bit of the checkout
276277 add_custom_target (manual
277- COMMAND ${CMAKE_CURRENT_SOURCE_DIR } /doc/manual/build-manual.sh
278+ COMMAND bash ${CMAKE_CURRENT_SOURCE_DIR } /doc/manual/build-manual.sh
278279 ${CMAKE_CURRENT_BINARY_DIR } /DABstar-Manual.pdf
279280 WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR }
280281 COMMENT "Building the DABstar user manual PDF"
You can’t perform that action at this time.
0 commit comments