Skip to content

Commit 0dbbfdd

Browse files
Merge pull request #68 from Neurognostic/master
Install in to the appropriate man page section
2 parents 3998de9 + 73c2862 commit 0dbbfdd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ target_include_directories(httping PUBLIC "${PROJECT_BINARY_DIR}")
9595

9696
install(TARGETS httping DESTINATION bin)
9797
install(FILES README.md LICENSE plot-json.py DESTINATION ${CMAKE_INSTALL_DOCDIR})
98-
install(FILES httping.1 DESTINATION ${CMAKE_INSTALL_MANDIR})
98+
install(FILES httping.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
9999

100100
# setup summary
101101
message(STATUS "CMake version: ${CMAKE_VERSION}")

0 commit comments

Comments
 (0)