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

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Tue May 30 02:59:04 CEST 2006


Revision: 22765
Author:   fingolfin
Date:     2006-05-30 02:58:21 -0700 (Tue, 30 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22765&view=rev

Log Message:
-----------
Changed 'md5scumm' target back to using a path based on the assumption that you are working in a full checkout of the ScummMV repository

Modified Paths:
--------------
    scummvm/trunk/tools/module.mk
Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk	2006-05-30 02:20:22 UTC (rev 22764)
+++ scummvm/trunk/tools/module.mk	2006-05-30 09:58:21 UTC (rev 22765)
@@ -34,7 +34,11 @@
 	$(CC) -Wall -o $@ $<
 
 #
-# Rules to explicitly rebuild the credits / MD5 tables
+# Rules to explicitly rebuild the credits / MD5 tables.
+# The rules for the files in the "web" resp. "docs" modules
+# assume that you are invoking "make" from within a complete
+# checkout of the ScummVM repository. Of course if that is not the
+# case, then you have to modify those paths...
 #
 
 credits:
@@ -47,7 +51,7 @@
 
 md5scumm: tools/md5table$(EXEEXT)
 	tools/md5table$(EXEEXT) --c++ < $(srcdir)/tools/scumm-md5.txt > engines/scumm/scumm-md5.h
-	tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../web/docs/md5.inc
+	tools/md5table$(EXEEXT) --php < $(srcdir)/tools/scumm-md5.txt > ../../web/trunk/docs/md5.inc
 
 
 #


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