[Scummvm-cvs-logs] CVS: scummvm Makefile,1.87,1.88

Max Horn fingolfin at users.sourceforge.net
Fri Dec 24 14:39:01 CET 2004


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

Modified Files:
	Makefile 
Log Message:
fix credits target

Index: Makefile
===================================================================
RCS file: /cvsroot/scummvm/scummvm/Makefile,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- Makefile	24 Dec 2004 22:33:49 -0000	1.87
+++ Makefile	24 Dec 2004 22:38:39 -0000	1.88
@@ -104,10 +104,10 @@
 #	tools/md5table$(EXEEXT) --c++ < $< > $@
 
 credits:
-	./credits.pl --text > AUTHORS
-	./credits.pl --html > ../web/credits.inc
-	./credits.pl --cpp > gui/credits.h
-	./credits.pl --xml > ../docs/docbook/credits.xml
+	tools/credits.pl --text > AUTHORS
+	tools/credits.pl --html > ../web/credits.inc
+	tools/credits.pl --cpp > gui/credits.h
+	tools/credits.pl --xml > ../docs/docbook/credits.xml
 
 #######################################################################
 # Unit/regression tests                                               #





More information about the Scummvm-git-logs mailing list