You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-util/antimicro/files/antimicro-2.23-no-compress-...

12 lines
443 B

--- a/other/CMakeLists.txt
+++ b/other/CMakeLists.txt
@@ -1,7 +1,3 @@
add_subdirectory(appdata)
-add_custom_target(manpage)
-add_custom_command(TARGET manpage PRE_BUILD
- COMMAND gzip -c "${PROJECT_SOURCE_DIR}/other/antimicro.1" > "antimicro.1.gz" VERBATIM
-)
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/antimicro.1.gz" DESTINATION "share/man/man1")
+install(FILES "${PROJECT_SOURCE_DIR}/other/antimicro.1" DESTINATION "share/man/man1")