summaryrefslogtreecommitdiff
path: root/os/macosx
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-03-24 10:53:49 +0000
committerbjarni <bjarni@openttd.org>2006-03-24 10:53:49 +0000
commit85c49764e1a69f229010f376e3d5aee186436ca3 (patch)
tree2ca665885cc46ebab0126229ff4a259a1cae2c19 /os/macosx
parent5cec20988d923b29d5dc8be88f1cec109a793597 (diff)
downloadopenttd-85c49764e1a69f229010f376e3d5aee186436ca3.tar.xz
(svn r4084) -Documentation: [OSX] changed OSX specific docs
-added an explanation to why there is a special Jaguar download (people appears to download it even when they should download the other one) -removed the long outdated README_if_game_crashed_on_OSX.txt
Diffstat (limited to 'os/macosx')
-rw-r--r--os/macosx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/macosx/Makefile b/os/macosx/Makefile
index d4a177c53..a9c0d6c3a 100644
--- a/os/macosx/Makefile
+++ b/os/macosx/Makefile
@@ -57,8 +57,8 @@ release: all
$(Q)mkdir -p "OpenTTD $(REV)/scenario"
$(Q)cp -R $(OSXAPP) "OpenTTD $(REV)/"
$(Q)cp docs/OSX_install_instructions.txt "OpenTTD $(REV)/How to install (please read).txt"
+ $(Q)cp docs/OSX_why_multiple_applications.txt "OpenTTD $(REV)/why a special Jaguar download.txt"
$(Q)cp readme.txt "OpenTTD $(REV)/docs/"
- $(Q)cp docs/README_if_game_crashed_on_OSX.txt "OpenTTD $(REV)/docs/readme if crashed on OSX.txt"
$(Q)cp docs/console.txt "OpenTTD $(REV)/docs/"
$(Q)cp COPYING "OpenTTD $(REV)/docs/"
$(Q)cp changelog.txt "OpenTTD $(REV)/docs/"