Skip to content
Snippets Groups Projects
Commit f970f1d1 authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

[install_man] install man to share/man ()

Merging branch 'install_man'  into 'main'.

See merge request !1907
parents 508e468f 18401bdb
No related branches found
No related tags found
1 merge request!1907install man to share/man
Pipeline #110174 passed
......@@ -92,7 +92,7 @@ set(destination_include ${destination_root}include/${destination_suffix}/)
set(destination_share ${destination_root}share/${destination_suffix}/)
set(destination_examples ${destination_share}Examples/)
set(destination_images ${destination_share}Images/)
set(destination_man ${destination_share}man/man1)
set(destination_man ${destination_root}share/man/man1)
list(APPEND dstIds bin lib include share examples images man)
......
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