Skip to content

Commit

Permalink
Merge pull request #970 from nmeum/fix-mandir
Browse files Browse the repository at this point in the history
doc/man: Fixed installation directory
  • Loading branch information
Nightwalker-87 committed May 31, 2020
2 parents 7829600 + 2016590 commit adb083c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/man/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ foreach (manpage ${MANPAGES})
endif ()

if (f AND NOT WIN32)
install(FILES ${f} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/${PROJECT_NAME}/man/man1)
install(FILES ${f} DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/man/man1)
unset(f)
endif ()
endforeach ()

0 comments on commit adb083c

Please sign in to comment.