From 5412b2db939f0c65acb8632328b38fd6dfc7a44b Mon Sep 17 00:00:00 2001 From: bjarni Date: Sun, 26 Feb 2006 19:02:09 +0000 Subject: (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 ;) --- os/macosx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/macosx') 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/ -- cgit v1.2.3-54-g00ecf