Skip to content

Commit

Permalink
Updated man page install target
Browse files Browse the repository at this point in the history
Cli man pages are now installed properly

Fixes https://github.com/4rknova/xtracer/issues/00
  • Loading branch information
4rknova committed May 9, 2022
1 parent 03ad281 commit 11e1e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ install (TARGETS ${OUT_EXE_CLI} ${OUT_EXE_GUI} xtcore_static xtcore_dynamic
ARCHIVE DESTINATION lib
)

install (FILES ${PATH_BIN}/xtracer.1.gz DESTINATION man/man1)
install (FILES ${PATH_BIN}/${OUT_MAN_CLI} DESTINATION man/man1)

0 comments on commit 11e1e47

Please sign in to comment.