summaryrefslogtreecommitdiff
path: root/games-util/antimicrox/files/antimicrox-man_gz.patch
blob: 0a6bb9cae71cd5a9d81139bd10cb8029760b5a0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/other/CMakeLists.txt b/other/CMakeLists.txt
index 22b10574..66f2e483 100644
--- 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 -9 -n "${PROJECT_SOURCE_DIR}/other/antimicrox.1" > "antimicrox.1.gz" VERBATIM
-        )
-install(FILES "${CMAKE_CURRENT_BINARY_DIR}/antimicrox.1.gz" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1")
+install(FILES "${PROJECT_SOURCE_DIR}/other/antimicrox.1" DESTINATION "${CMAKE_INSTALL_DATAROOTDIR}/man/man1")