diff options
| -rw-r--r-- | CMakeLists.txt | 2 |
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..." ) |
