diff options
author | bjarni <bjarni@openttd.org> | 2006-03-24 10:53:49 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-03-24 10:53:49 +0000 |
commit | bb27e9abb34c48a39df3091ed55cce87be291720 (patch) | |
tree | 2ca665885cc46ebab0126229ff4a259a1cae2c19 /os/macosx | |
parent | e38099dc29952d5170bb2fc43aa9168a80364ec2 (diff) | |
download | openttd-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/Makefile | 2 |
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/" |