Skip to content
Snippets Groups Projects
Commit a897d8f9 authored by Markus Blatt's avatar Markus Blatt
Browse files

[release,cmake] Install manpage of dunecontrol.

parent 7655d4f6
No related branches found
No related tags found
No related merge requests found
......@@ -2,5 +2,6 @@ add_subdirectory("doxygen")
add_subdirectory("buildsystem")
add_subdirectory("comm")
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/example.opts
DESTINATION ${CMAKE_INSTALL_DOCDIR}
)
DESTINATION ${CMAKE_INSTALL_DOCDIR})
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/dunecontrol.1
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment