[Scummvm-cvs-logs] CVS: scummvm Makefile,1.84,1.85 Makefile.common,1.93,1.94

Max Horn fingolfin at users.sourceforge.net
Mon Dec 20 13:07:01 CET 2004


Update of /cvsroot/scummvm/scummvm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24625

Modified Files:
	Makefile Makefile.common 
Log Message:
Added AUTHORS in some more places

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -d -r1.84 -r1.85
--- Makefile	20 Dec 2004 12:00:21 -0000	1.84
+++ Makefile	20 Dec 2004 21:06:08 -0000	1.85
@@ -63,7 +63,7 @@
 	$(INSTALL) -d "$(PREFIX)/share/pixmaps/"
 	$(INSTALL) -c -m 644 "$(srcdir)/scummvm.xpm" "$(PREFIX)/share/pixmaps/scummvm.xpm"
 	$(INSTALL) -d "$(PREFIX)/share/doc/scummvm/"
-	$(INSTALL) -c -m 644 "$(srcdir)/README" "$(srcdir)/NEWS" "$(srcdir)/COPYING" "$(PREFIX)/share/doc/scummvm/"
+	$(INSTALL) -c -m 644 "$(srcdir)/AUTHORS" "$(srcdir)/COPYING" "$(srcdir)/NEWS" "$(srcdir)/README" "$(PREFIX)/share/doc/scummvm/"
 
 uninstall:
 	rm -f "$(BINDIR)/scummvm$(EXEEXT)"
@@ -131,9 +131,10 @@
 # Special target to create a snapshot disk image for Mac OS X
 osxsnap: bundle
 	mkdir ScummVM-snapshot
-	cp README ./ScummVM-snapshot/ScummVM\ ReadMe
-	cp NEWS ./ScummVM-snapshot/News
+	cp AUTHORS ./ScummVM-snapshot/ScummVM\ Authors
 	cp COPYING ./ScummVM-snapshot/License
+	cp NEWS ./ScummVM-snapshot/News
+	cp README ./ScummVM-snapshot/ScummVM\ ReadMe
 	/Developer/Tools/SetFile -t TEXT -c ttxt ./ScummVM-snapshot/*
 	/Developer/Tools/CpMac -r $(bundle_name) ./ScummVM-snapshot/
 	hdiutil create -ov -format UDZO -srcfolder ScummVM-snapshot ScummVM-snapshot.dmg
@@ -143,10 +144,10 @@
 win32dist: scummvm$(EXEEXT)
 	mkdir -p $(WIN32PATH)
 	strip scummvm.exe -o $(WIN32PATH)/scummvm$(EXEEXT)
-	cp COPYING $(WIN32PATH)/COPYING.txt
 	cp AUTHORS $(WIN32PATH)/AUTHORS.txt
-	cp README $(WIN32PATH)/README.txt
+	cp COPYING $(WIN32PATH)/COPYING.txt
 	cp NEWS $(WIN32PATH)/NEWS.txt
+	cp README $(WIN32PATH)/README.txt
 	cp /usr/local/README-SDL.txt $(WIN32PATH)
 	cp /usr/local/bin/SDL.dll $(WIN32PATH)
 	u2d $(WIN32PATH)/*.txt

Index: Makefile.common
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile.common,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -d -r1.93 -r1.94
--- Makefile.common	2 Dec 2004 00:33:37 -0000	1.93
+++ Makefile.common	20 Dec 2004 21:06:08 -0000	1.94
@@ -15,7 +15,7 @@
 # Files that are to be included in the archive built by "make dist"
 DISTFILES := \
 	Makefile Makefile.common \
-	NEWS README COPYING scummvm.6 Info.plist \
+	AUTHORS NEWS README COPYING scummvm.6 Info.plist \
 	scumm.dsp  scummvm.dsp scummvm.dsw scummvm.icns scummvm.ico \
 	scummvm.proj scummvm.rc scummvm.spec scummvm.xpm simon.dsp sky.dsp \
 	scummvm.vcproj scumm.vcproj simon.vcproj sky.vcproj scummvm.sln





More information about the Scummvm-git-logs mailing list