summaryrefslogtreecommitdiff
path: root/Makefile.bundle.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-20 11:03:07 +0000
committerrubidium <rubidium@openttd.org>2008-12-20 11:03:07 +0000
commit4ed946bca29ea5b12c5ff8c3d19720bf300d54a1 (patch)
treee19dd81a31bfe4a23c8e78eccf5b5fec471793a4 /Makefile.bundle.in
parentd1ea0502321e38f38011e481b1daff4a14d583cc (diff)
downloadopenttd-4ed946bca29ea5b12c5ff8c3d19720bf300d54a1.tar.xz
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.
Diffstat (limited to 'Makefile.bundle.in')
-rw-r--r--Makefile.bundle.in2
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/"