Mercurial > hg > openttd
changeset 10446:b90baa371bc6 draft
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.
author | rubidium <rubidium@openttd.org> |
---|---|
date | Sat, 20 Dec 2008 11:03:07 +0000 |
parents | 642c4c52707d |
children | 561a608ed4bc |
files | Makefile.bundle.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.bundle.in +++ b/Makefile.bundle.in @@ -66,7 +66,7 @@ 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/"