[Scummvm-cvs-logs] SF.net SVN: scummvm: [26450] scummvm/trunk/Makefile
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Tue Apr 10 17:10:19 CEST 2007
Revision: 26450
http://scummvm.svn.sourceforge.net/scummvm/?rev=26450&view=rev
Author: fingolfin
Date: 2007-04-10 08:10:18 -0700 (Tue, 10 Apr 2007)
Log Message:
-----------
Removed remaining references to the LaTeX docs; added a TODO for the Makefile 'bundle' target
Modified Paths:
--------------
scummvm/trunk/Makefile
Modified: scummvm/trunk/Makefile
===================================================================
--- scummvm/trunk/Makefile 2007-04-10 05:17:54 UTC (rev 26449)
+++ scummvm/trunk/Makefile 2007-04-10 15:10:18 UTC (rev 26450)
@@ -110,20 +110,15 @@
-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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list