Skip to content

Commit

Permalink
Remove the half-assed manpage installation
Browse files Browse the repository at this point in the history
It's the wrong destination for some distributions (there's no one true
standard, apparently) and it's not even compressed. Let package
maintainers deal with this.

Reported by:	viy2
Fixes: OpenXcom#1301
  • Loading branch information
uqs authored and SupSuper committed Apr 29, 2022
1 parent d8c3a44 commit f8d860d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,3 @@ if ( NOT ( DOXYGEN_EXECUTABLE MATCHES "NOTFOUND" ) )
else ()
message ( "No doxygen command found. Disable API documentation generation" )
endif ()

# Only useful for make install/package under *nix OSes, but not macOS.
if ( UNIX AND NOT APPLE )
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/openxcom.6 DESTINATION ${CMAKE_INSTALL_PREFIX}/man/man6)
endif ()

0 comments on commit f8d860d

Please sign in to comment.