Skip to content

Commit

Permalink
install all man pages
Browse files Browse the repository at this point in the history
  • Loading branch information
poelzi committed Mar 24, 2011
1 parent fa4d90c commit aab4ef5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/CMakeLists.txt
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,12 @@
install(FILES ulatency.1 FILE(GLOB man1 RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
"*.1")

FILE(GLOB man8 RELATIVE "${CMAKE_CURRENT_SOURCE_DIR}"
"*.8")

install(FILES ${man1}
DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1) DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man1)
install(FILES ulatencyd.8 install(FILES ${man8}
DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8) DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man8)




Expand Down

0 comments on commit aab4ef5

Please sign in to comment.