File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ --- a/CMakeLists.txt
2+ +++ b/CMakeLists.txt
3+ @@ -380,7 +380,7 @@
4+ add_custom_command(
5+ OUTPUT "${PROJECT_BINARY_DIR}/man/man1/jsonnet.1"
6+ COMMAND "${HELP2MAN_BINARY}"
7+ - ARGS --section=1 --no-info --name="Jsonnet data templating language interpreter" --output="${PROJECT_BINARY_DIR}/man/man1/jsonnet.1" "$<TARGET_FILE:jsonnet>"
8+ + ARGS --section=1 --no-info --name="Jsonnet data templating language interpreter" --output="${PROJECT_BINARY_DIR}/man/man1/jsonnet.1" "${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:jsonnet>"
9+ DEPENDS jsonnet
10+ )
11+ endif()
12+ @@ -388,7 +388,7 @@
13+ add_custom_command(
14+ OUTPUT "${PROJECT_BINARY_DIR}/man/man1/jsonnetfmt.1"
15+ COMMAND "${HELP2MAN_BINARY}"
16+ - ARGS --section=1 --no-info --name="Jsonnet data templating language auto-formatter" --output="${PROJECT_BINARY_DIR}/man/man1/jsonnetfmt.1" "$<TARGET_FILE:jsonnetfmt>"
17+ + ARGS --section=1 --no-info --name="Jsonnet data templating language auto-formatter" --output="${PROJECT_BINARY_DIR}/man/man1/jsonnetfmt.1" "${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:jsonnetfmt>"
18+ DEPENDS jsonnetfmt
19+ )
20+ endif()
You can’t perform that action at this time.
0 commit comments