You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Use TARGET_FILE generator expression to get the executable path.
* Only build man-pages for binaries that are being built/installed.
* Skip the RUNTIME_OUTPUT_DIRECTORY logic; it's not really necessary.
* Skip setting up CMAKE_INSTALL_MANDIR; it's already set up by GNUInstallDirs.
* Pass --no-info to help2man; there are no Info pages for jsonnet.
ARGS--section=1--name="Jsonnet data templating language interpreter"--output=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/man/man1/jsonnet.1${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/jsonnet
ARGS--section=1--name="Jsonnet data templating language interpreter"--output=${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/man/man1/jsonnetfmt.1${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/jsonnetfmt
ARGS--section=1--no-info--name="Jsonnet data templating language interpreter"--output="${PROJECT_BINARY_DIR}/man/man1/jsonnet.1""$<TARGET_FILE:jsonnet>"
ARGS--section=1--no-info--name="Jsonnet data templating language auto-formatter"--output="${PROJECT_BINARY_DIR}/man/man1/jsonnetfmt.1""$<TARGET_FILE:jsonnetfmt>"
0 commit comments