summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-10-06 13:18:43 +0000
committerrubidium <rubidium@openttd.org>2007-10-06 13:18:43 +0000
commite485669d2cf32ad7c5f39e1da4734b4ad196748b (patch)
tree4acda4c3b4bae44db055bdeab4f85358d6ecacaf /Makefile.in
parent62ab3678004e4bb49ff2aabe1f4352a295145444 (diff)
downloadopenttd-e485669d2cf32ad7c5f39e1da4734b4ad196748b.tar.xz
(svn r11217) -Update: the readme as some things weren't quite right anymore.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 7a2710e2d..abc096ca5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -212,6 +212,9 @@ endif
ifeq ($(shell if test -n "`ls -l \"$(BIN_DIR)/scenario/heightmaps/\"* 2>/dev/null`"; then echo 1; fi), 1)
$(Q)cp "$(BIN_DIR)/scenario/heightmaps/"* "$(BUNDLE_DIR)/scenario/heightmap/"
endif
+ifeq ($(TTD), "openttd.exe")
+ $(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING"
+endif
### Packing the current bundle into several compressed file formats ###
#