From cd822f57dda46dfc9feb6eb76c270e48038ab224 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 30 May 2006 09:58:21 +0000 Subject: 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 --- tools/module.mk | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'tools') 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 # -- cgit v1.2.3