mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-07-12 23:34:26 +01:00
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.
This commit is contained in:
parent
d1ea050232
commit
4ed946bca2
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user