Skip to content

Commit

Permalink
Fix: Install manpages in the proper place (#40)
Browse files Browse the repository at this point in the history
Manpages should be installed into a subdirectory based on the manpage
section.
  • Loading branch information
matthijskooijman authored Sep 22, 2024
1 parent 44a6513 commit 367124d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ install(FILES
${CMAKE_CURRENT_SOURCE_DIR}/grfid.1
${CMAKE_CURRENT_SOURCE_DIR}/grfstrip.1
${CMAKE_CURRENT_SOURCE_DIR}/nforenum.1
DESTINATION ${CMAKE_INSTALL_MANDIR}
DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/
)

install(FILES
Expand Down

0 comments on commit 367124d

Please sign in to comment.