diff options
author | rubidium <rubidium@openttd.org> | 2008-12-20 11:03:07 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-12-20 11:03:07 +0000 |
commit | 4ed946bca29ea5b12c5ff8c3d19720bf300d54a1 (patch) | |
tree | e19dd81a31bfe4a23c8e78eccf5b5fec471793a4 | |
parent | d1ea0502321e38f38011e481b1daff4a14d583cc (diff) | |
download | openttd-4ed946bca29ea5b12c5ff8c3d19720bf300d54a1.tar.xz |
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.
-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/" |