aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorMax Horn2006-05-30 09:58:21 +0000
committerMax Horn2006-05-30 09:58:21 +0000
commitcd822f57dda46dfc9feb6eb76c270e48038ab224 (patch)
treebee1a0f183307fab5d7ccb6c805bb8f5fee56504 /tools
parente2caac9143f32453e91bae92553667ab8def75dd (diff)
downloadscummvm-rg350-cd822f57dda46dfc9feb6eb76c270e48038ab224.tar.gz
scummvm-rg350-cd822f57dda46dfc9feb6eb76c270e48038ab224.tar.bz2
scummvm-rg350-cd822f57dda46dfc9feb6eb76c270e48038ab224.zip
Changed 'md5scumm' target back to using a path based on the assumption that you are working in a full checkout of the ScummMV repository
svn-id: r22765
Diffstat (limited to 'tools')
-rw-r--r--tools/module.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/module.mk b/tools/module.mk
index 18866b077f..b17584b617 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -34,7 +34,11 @@ tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c
$(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 @@ credits:
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
#