We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3998de9 commit 73c2862Copy full SHA for 73c2862
1 file changed
CMakeLists.txt
@@ -95,7 +95,7 @@ target_include_directories(httping PUBLIC "${PROJECT_BINARY_DIR}")
95
96
install(TARGETS httping DESTINATION bin)
97
install(FILES README.md LICENSE plot-json.py DESTINATION ${CMAKE_INSTALL_DOCDIR})
98
-install(FILES httping.1 DESTINATION ${CMAKE_INSTALL_MANDIR})
+install(FILES httping.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
99
100
# setup summary
101
message(STATUS "CMake version: ${CMAKE_VERSION}")
0 commit comments