summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/Pod2man.cmake
diff options
context:
space:
mode:
authorChris <me@chrisrjones.com>2019-03-28 08:29:05 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2019-03-28 08:29:05 +0000
commit5baceaa22551522e91f0878c246a5c31703ed552 (patch)
tree05f897a49e71717e4035e8d90c9ae592eb6a03cc /CMakeScripts/Pod2man.cmake
parentStrip trailing whitespace (diff)
downloadinkscape-5baceaa22551522e91f0878c246a5c31703ed552.tar.gz
inkscape-5baceaa22551522e91f0878c246a5c31703ed552.zip
Merge branch 'master' of https://gitlab.com/inkscape/inkscape
* 'master' of https://gitlab.com/inkscape/inkscape: (115 commits) CMake/MSYS2: Include per-user font directory in fontconfig Increase portability of create_default_templates.py Extensions: Use wperl as default perl interpreter on Windows Make align handle thicker like traditional handles Prevent text dialog to become too wide. This is probably not the optimal way to do this and should be studied further. Seperate out center alignment and add sepcific tool text for it Add option for on canvas align handles and move group selection checkbox Merge in bazaar branch for alignment handles Make background color affect checkerboard Fix build fix building Remov force allocation Merge from master Fix compiling issues minor fixes Small change to hover text Store pixbufs instead of names to reduce calls to sp_get_icon_pixbuf Fix use of Gtk::Widget vs. GtkWidget in new symbolic icon getting code Fix missing properties method, pass properties structure Remove Tags functionality (replaced by css selectors) ...
Diffstat (limited to '')
-rw-r--r--CMakeScripts/Pod2man.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/Pod2man.cmake b/CMakeScripts/Pod2man.cmake
index 42b4f4100..eda629274 100644
--- a/CMakeScripts/Pod2man.cmake
+++ b/CMakeScripts/Pod2man.cmake
@@ -56,7 +56,7 @@ macro(pod2man PODFILE_FULL RELEASE SECTION CENTER)
if(GZIP)
add_custom_command(
OUTPUT ${MANFILE_FULL_GZ}
- COMMAND ${GZIP} -k --best -n "${MANFILE_FULL}"
+ COMMAND ${GZIP} -f -k --best -n "${MANFILE_FULL}"
DEPENDS ${MANFILE_FULL}
)
add_custom_target(${MANPAGE_TARGET} ALL