[Scummvm-cvs-logs] SF.net SVN: scummvm: [24018] scummvm/trunk

kirben at users.sourceforge.net kirben at users.sourceforge.net
Fri Sep 29 13:22:28 CEST 2006


Revision: 24018
          http://svn.sourceforge.net/scummvm/?rev=24018&view=rev
Author:   kirben
Date:     2006-09-29 04:22:18 -0700 (Fri, 29 Sep 2006)

Log Message:
-----------
Update credits

Modified Paths:
--------------
    scummvm/trunk/AUTHORS
    scummvm/trunk/doc/credits.tex
    scummvm/trunk/gui/credits.h
    scummvm/trunk/tools/credits.pl
    scummvm/trunk/tools/module.mk

Modified: scummvm/trunk/AUTHORS
===================================================================
--- scummvm/trunk/AUTHORS	2006-09-29 11:21:41 UTC (rev 24017)
+++ scummvm/trunk/AUTHORS	2006-09-29 11:22:18 UTC (rev 24018)
@@ -259,5 +259,6 @@
    is today. Feel free to drop us a line and tell us what you think, guys!
 
    Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing
-   the source code of The Feeble Files and Simon the Sorcerer's 
+   the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack
+   with us.
 

Modified: scummvm/trunk/doc/credits.tex
===================================================================
--- scummvm/trunk/doc/credits.tex	2006-09-29 11:21:41 UTC (rev 24017)
+++ scummvm/trunk/doc/credits.tex	2006-09-29 11:22:18 UTC (rev 24018)
@@ -383,7 +383,7 @@
 \item
 Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!
 \item
-Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's 
+Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack with us.
 \end{list}
 \end{trivlist}
 

Modified: scummvm/trunk/gui/credits.h
===================================================================
--- scummvm/trunk/gui/credits.h	2006-09-29 11:21:41 UTC (rev 24017)
+++ scummvm/trunk/gui/credits.h	2006-09-29 11:22:18 UTC (rev 24018)
@@ -297,7 +297,7 @@
 "\\C\\c0""",
 "\\C\\c0""Aric Wilmunder, Ron Gilbert, David Fox, Vince Lee, and all those at LucasFilm/LucasArts who made SCUMM the insane mess to reimplement that it is today. Feel free to drop us a line and tell us what you think, guys!",
 "\\C\\c0""",
-"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+"\\C\\c0""Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for sharing the source code of The Feeble Files and Simon the Sorcerer's Puzzle Pack with us.",
 "\\C\\c0""",
 "\\C\\c0""",
 };

Modified: scummvm/trunk/tools/credits.pl
===================================================================
--- scummvm/trunk/tools/credits.pl	2006-09-29 11:21:41 UTC (rev 24017)
+++ scummvm/trunk/tools/credits.pl	2006-09-29 11:22:18 UTC (rev 24018)
@@ -773,7 +773,7 @@
 
   add_paragraph(
   "Alan Bridgman, Simon Woodroffe and everyone at Adventure Soft for ".
-  "sharing the source code of The Feeble Files and Simon the Sorcerer's ",
+  "sharing the source code of The Feeble Files and Simon the Sorcerer's ".
   "Puzzle Pack with us.");
 
   end_section();

Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk	2006-09-29 11:21:41 UTC (rev 24017)
+++ scummvm/trunk/tools/module.mk	2006-09-29 11:22:18 UTC (rev 24018)
@@ -42,12 +42,12 @@
 #
 
 credits:
-	./tools/credits.pl --text > AUTHORS
-	./tools/credits.pl --tex > doc/credits.tex
-	./tools/credits.pl --rtf > Credits.rtf
-	./tools/credits.pl --cpp > gui/credits.h
-	./tools/credits.pl --html > ../web/credits.inc
-	./tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
+	$(srcdir)/tools/credits.pl --text > AUTHORS
+	$(srcdir)/tools/credits.pl --tex > doc/credits.tex
+	$(srcdir)/tools/credits.pl --rtf > Credits.rtf
+	$(srcdir)/tools/credits.pl --cpp > gui/credits.h
+	$(srcdir)/tools/credits.pl --html > ../../web/trunk/credits.inc
+	$(srcdir)/tools/credits.pl --xml > ../../docs/trunk/docbook/credits.xml
 
 md5scumm: tools/md5table$(EXEEXT)
 	tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h


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