[Scummvm-cvs-logs] SF.net SVN: scummvm: [21434] scummvm/trunk/tools/module.mk

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Fri Mar 24 09:41:01 CET 2006


Revision: 21434
Author:   fingolfin
Date:     2006-03-24 09:39:55 -0800 (Fri, 24 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=21434&view=rev

Log Message:
-----------
- Modified the 'credits' target so that it first generates the files in the
  scummvm module before trying to go outside (which may fail depending on the
  developers setup)
- Changed the paths to the web/docs modules based on the assumption that we are
  working in a checkout of the complete Subversion repository.

Modified Paths:
--------------
    scummvm/trunk/tools/module.mk
Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk	2006-03-24 17:39:13 UTC (rev 21433)
+++ scummvm/trunk/tools/module.mk	2006-03-24 17:39:55 UTC (rev 21434)
@@ -39,11 +39,11 @@
 
 credits:
 	$(srcdir)/tools/credits.pl --text > AUTHORS
-	$(srcdir)/tools/credits.pl --html > ../web/credits.inc
-	$(srcdir)/tools/credits.pl --cpp > gui/credits.h
-	$(srcdir)/tools/credits.pl --xml > ../docs/docbook/credits.xml
 	$(srcdir)/tools/credits.pl --tex > doc/10.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