Changeset - r10446:89ec578c1ca1
[Not reviewed]
master
0 1 0
rubidium - 16 years ago 2008-12-20 11:03:07
rubidium@openttd.org
(svn r14701) -Change: Debian's lintian complains about not using the best compression for compressing the man-page.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
Makefile.bundle.in
Show inline comments
 
@@ -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/"
0 comments (0 inline, 0 general)