diff options
author | bjarni <bjarni@openttd.org> | 2006-02-26 19:02:09 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-02-26 19:02:09 +0000 |
commit | 5412b2db939f0c65acb8632328b38fd6dfc7a44b (patch) | |
tree | 4f05533781e6e83eb082af9fa1dfac28ccbc48db /os/macosx | |
parent | 3e2f13f8d14e0a74e4e4a6c0cf11d2b50e4e6518 (diff) | |
download | openttd-5412b2db939f0c65acb8632328b38fd6dfc7a44b.tar.xz |
(svn r3676) -Change: [OSX] changed info about package to how to install the game
the package is long gone and people don't read a doc about a missing package when they don't expect to find one
the doc is called install even though it's not a real install and have nothing to do with make install. People just read it the first time they see it when it's called install ;)
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 dd850428c..6e53126a7 100644 --- a/os/macosx/Makefile +++ b/os/macosx/Makefile @@ -65,7 +65,7 @@ release: all $(Q)mkdir -p "OpenTTD $(RELEASE)"/docs $(Q)mkdir -p "OpenTTD $(RELEASE)"/scenario $(Q)cp -R $(OSXAPP) "OpenTTD $(RELEASE)"/ - $(Q)cp docs/OSX_where_did_the_package_go.txt "OpenTTD $(RELEASE)"/Where\ did\ the\ package\ go.txt + $(Q)cp docs/OSX_install_instructions.txt "OpenTTD $(RELEASE)"/How\ to\ install\ (please\ read).txt $(Q)cp readme.txt "OpenTTD $(RELEASE)"/docs/ $(Q)cp docs/README_if_game_crashed_on_OSX.txt "OpenTTD $(RELEASE)"/docs/readme\ if\ crashed\ on\ OSX.txt $(Q)cp docs/console.txt "OpenTTD $(RELEASE)"/docs/ |