diff options
-rw-r--r-- | Makefile.bundle.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.bundle.in b/Makefile.bundle.in index f9625f80c..2475c10c4 100644 --- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -66,7 +66,7 @@ endif ifdef MAN_DIR $(Q)mkdir -p "$(BUNDLE_DIR)/man/" $(Q)cp "$(ROOT_DIR)/docs/openttd.6" "$(BUNDLE_DIR)/man/" - $(Q)gzip "$(BUNDLE_DIR)/man/openttd.6" + $(Q)gzip -9 "$(BUNDLE_DIR)/man/openttd.6" endif $(Q)cp "$(ROOT_DIR)/media/openttd.32.xpm" "$(BUNDLE_DIR)/media/" $(Q)cp "$(ROOT_DIR)/media/openttd."*.png "$(BUNDLE_DIR)/media/" |