Skip to content

Commit

Permalink
Fix #667 - Documentation belongs in share/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyash-b committed Jun 18, 2024
1 parent 78dfa7a commit 076855a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ install(
DESTINATION bin FILES_MATCHING PATTERN "*.ngs"
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_WRITE GROUP_EXECUTE WORLD_READ WORLD_WRITE WORLD_EXECUTE
)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION doc/ngs)
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE DESTINATION share/doc/ngs)

if(APPLE)
set(MAN_DIR share/man/man1)
Expand Down

0 comments on commit 076855a

Please sign in to comment.