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
commitbb27e9abb34c48a39df3091ed55cce87be291720 (patch)
tree2ca665885cc46ebab0126229ff4a259a1cae2c19 /os/macosx
parente38099dc29952d5170bb2fc43aa9168a80364ec2 (diff)
downloadopenttd-bb27e9abb34c48a39df3091ed55cce87be291720.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/"