aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMax Horn2007-04-10 15:10:18 +0000
committerMax Horn2007-04-10 15:10:18 +0000
commitad3a3fe1d1d545a6818121a848eddaeaaf947c68 (patch)
treed8b0f8d4a91fb981d819821fc7dec5a8e0104cfc /Makefile
parentf587f40c22d4df51364dd7cf64718a70e22b144a (diff)
downloadscummvm-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--Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/Makefile b/Makefile
index d9d0be5cdc..454130f17d 100644
--- a/Makefile
+++ b/Makefile
@@ -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