(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.

This commit is contained in:
rubidium 2008-12-20 11:03:07 +00:00
parent d1ea050232
commit 4ed946bca2
1 changed files with 1 additions and 1 deletions

View File

@ -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/"