summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authortruebrain <truebrain@openttd.org>2008-10-16 11:12:18 +0000
committertruebrain <truebrain@openttd.org>2008-10-16 11:12:18 +0000
commit1fc852cb310d33716d5ec182c570973f0a94792b (patch)
treeb1e521d6dd624fe4c477cced30d2ef443b08c3b7 /Makefile.in
parent7610bf2cb4a492d919a59150ed67e9bf77d82511 (diff)
downloadopenttd-1fc852cb310d33716d5ec182c570973f0a94792b.tar.xz
(svn r14474) -Add: allow --binary-name to set the name of the binary, icon, desktop file, etc. when installing. Useful to get a stable next to a trunk-nightly
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index d23a12ea5..9d004997a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -28,6 +28,7 @@ INSTALL_ICON_DIR = "$(INSTALL_DIR)/"!!ICON_DIR!!
INSTALL_ICON_THEME_DIR = "$(INSTALL_DIR)/$(ICON_THEME_DIR)"
INSTALL_DATA_DIR = "$(INSTALL_DIR)/"!!DATA_DIR!!
INSTALL_DOC_DIR = "$(INSTALL_DIR)/"!!DOC_DIR!!
+BINARY_NAME = !!BINARY_NAME!!
TTD = !!TTD!!
TTDS = $(SRC_DIRS:%=%/$(TTD))
OS = !!OS!!