aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e90bbd9..a7d99c1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -73,7 +73,7 @@ add_custom_command(
add_custom_command(
OUTPUT ${MANPAGE}.gz
- COMMAND ${COMPRESS_EXEC} -9 ${MANPAGE}
+ COMMAND ${COMPRESS_EXEC} -f -9 ${MANPAGE}
DEPENDS ${MANPAGE}
COMMENT "Compressing the manpage via gzip..."
)