diff options
author | Max Horn | 2007-04-10 15:10:18 +0000 |
---|---|---|
committer | Max Horn | 2007-04-10 15:10:18 +0000 |
commit | ad3a3fe1d1d545a6818121a848eddaeaaf947c68 (patch) | |
tree | d8b0f8d4a91fb981d819821fc7dec5a8e0104cfc /Makefile | |
parent | f587f40c22d4df51364dd7cf64718a70e22b144a (diff) | |
download | scummvm-rg350-ad3a3fe1d1d545a6818121a848eddaeaaf947c68.tar.gz scummvm-rg350-ad3a3fe1d1d545a6818121a848eddaeaaf947c68.tar.bz2 scummvm-rg350-ad3a3fe1d1d545a6818121a848eddaeaaf947c68.zip |
Removed remaining references to the LaTeX docs; added a TODO for the Makefile 'bundle' target
svn-id: r26450
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
@@ -110,20 +110,15 @@ scummvm-static: $(OBJS) -lSystemStubs \ -lz -# Target for building the PDF version of the README -doc/readme.pdf: doc/readme.tex doc/*.tex - cd doc && pdflatex readme.tex - cd doc && pdflatex readme.tex - # Special target to create a snapshot disk image for Mac OS X -osxsnap: bundle doc/readme.pdf +# TODO: Replace AUTHORS by Credits.rtf +osxsnap: bundle credits mkdir ScummVM-snapshot + cp AUTHORS ./ScummVM-snapshot/Authors cp COPYING ./ScummVM-snapshot/License cp NEWS ./ScummVM-snapshot/News - cp AUTHORS ./ScummVM-snapshot/Authors + cp README ./ScummVM-snapshot/ScummVM\ ReadMe /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 /Developer/Tools/CpMac -r $(bundle_name) ./ScummVM-snapshot/ cp dists/macosx/DS_Store ./ScummVM-snapshot/.DS_Store cp dists/macosx/background.jpg ./ScummVM-snapshot/background.jpg |