diff options
author | Oystein Eftevaag | 2006-06-22 08:09:48 +0000 |
---|---|---|
committer | Oystein Eftevaag | 2006-06-22 08:09:48 +0000 |
commit | 7d16e0b170e3a25e914374ed03538943dbabc724 (patch) | |
tree | 3fd7dc8d0aaed02bb99a914b38d0267037631181 /Makefile | |
parent | 36807a857d944d35679dc01cb7a4e5ca535bda2f (diff) | |
download | scummvm-rg350-7d16e0b170e3a25e914374ed03538943dbabc724.tar.gz scummvm-rg350-7d16e0b170e3a25e914374ed03538943dbabc724.tar.bz2 scummvm-rg350-7d16e0b170e3a25e914374ed03538943dbabc724.zip |
Adds the AUTHOR file to the MacOS X snapshots, and updates the bundle layout to correctly show the background image
svn-id: r23257
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -115,6 +115,7 @@ osxsnap: bundle doc/readme.pdf mkdir ScummVM-snapshot cp COPYING ./ScummVM-snapshot/License cp NEWS ./ScummVM-snapshot/News + cp AUTHORS ./ScummVM-snapshot/Authors /Developer/Tools/SetFile -t ttro -c ttxt ./ScummVM-snapshot/* cp doc/readme.pdf ./ScummVM-snapshot/ScummVM\ ReadMe /Developer/Tools/SetFile -t 'PDF ' -c prvw ./ScummVM-snapshot/ScummVM\ ReadMe |