46907ddd72
ok tobiasu@
24 lines
854 B
Plaintext
24 lines
854 B
Plaintext
$OpenBSD: patch-Makefile_bundle_in,v 1.5 2012/12/25 00:17:37 bentley Exp $
|
|
|
|
Don't gzip(1) the manual page.
|
|
|
|
--- Makefile.bundle.in.orig Wed Oct 31 15:39:05 2012
|
|
+++ Makefile.bundle.in Sun Nov 18 01:08:13 2012
|
|
@@ -73,7 +73,6 @@ endif
|
|
ifdef MAN_DIR
|
|
$(Q)mkdir -p "$(BUNDLE_DIR)/man/"
|
|
$(Q)cp "$(ROOT_DIR)/docs/openttd.6" "$(BUNDLE_DIR)/man/"
|
|
- $(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/"
|
|
@@ -213,7 +212,7 @@ endif
|
|
ifdef MAN_DIR
|
|
ifndef DO_NOT_INSTALL_MAN
|
|
$(Q)install -d "$(INSTALL_MAN_DIR)"
|
|
- $(Q)install -m 644 "$(BUNDLE_DIR)/man/openttd.6.gz" "$(INSTALL_MAN_DIR)/${BINARY_NAME}.6.gz"
|
|
+ $(Q)install -m 644 "$(BUNDLE_DIR)/man/openttd.6" "$(INSTALL_MAN_DIR)/${BINARY_NAME}.6"
|
|
endif
|
|
endif
|
|
ifdef MENU_DIR
|