Skip to content

Commit

Permalink
/man6 suffix doesn't belong to MANDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed Jan 22, 2014
1 parent 28e4a90 commit e9ce487
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -46,7 +46,7 @@ SET(GAMESDIR "${DATADIR}/games" CACHE STRING "Where to install games")
SET(ICONDIR "share/pixmaps" CACHE STRING "Where to install icons")
SET(DOCDIR "share/doc/instead" CACHE STRING "Where to install documentation")
SET(LANGDIR "${DATADIR}/lang" CACHE STRING "Where to install language files")
SET(MANDIR "share/man/man6" CACHE STRING "Where to install man pages")
SET(MANDIR "share/man" CACHE STRING "Where to install man pages")
SET(DESKTOPDIR "share/applications" CACHE STRING "Where to install .desktop files")

SET(STANDALONEDIR "${PROJECT_BINARY_DIR}/standalone" CACHE STRING "Where to stage stanalone package")
Expand Down
2 changes: 1 addition & 1 deletion doc/CMakeLists.txt
Expand Up @@ -9,7 +9,7 @@ SET(DOC_FILES

IF(SYSTEMWIDE)
INSTALL(FILES ${DOC_FILES} DESTINATION ${DOCDIR})
INSTALL(FILES instead.6 DESTINATION ${MANDIR})
INSTALL(FILES instead.6 DESTINATION ${MANDIR}/man6)
ELSEIF(STANDALONE)
INSTALL(FILES ${DOC_FILES} DESTINATION ${STANDALONEDIR}/doc)
ENDIF(SYSTEMWIDE)

0 comments on commit e9ce487

Please sign in to comment.