diff options
| author | Max Horn | 2004-12-24 22:38:39 +0000 |
|---|---|---|
| committer | Max Horn | 2004-12-24 22:38:39 +0000 |
| commit | 73a441de4369cc6cf309c7c1aa0c41bde9ff1865 (patch) | |
| tree | 9bc7a72c6994fb67e06db0126a5e7ff31bf9a1c4 | |
| parent | 9b56161a3d6e0f35508dbb0da3c7c8aa3beac285 (diff) | |
| download | scummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.tar.gz scummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.tar.bz2 scummvm-rg350-73a441de4369cc6cf309c7c1aa0c41bde9ff1865.zip | |
fix credits target
svn-id: r16302
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -104,10 +104,10 @@ tools/md5table$(EXEEXT): tools/md5table.o # tools/md5table$(EXEEXT) --c++ < $< > $@ credits: - ./credits.pl --text > AUTHORS - ./credits.pl --html > ../web/credits.inc - ./credits.pl --cpp > gui/credits.h - ./credits.pl --xml > ../docs/docbook/credits.xml + tools/credits.pl --text > AUTHORS + tools/credits.pl --html > ../web/credits.inc + tools/credits.pl --cpp > gui/credits.h + tools/credits.pl --xml > ../docs/docbook/credits.xml ####################################################################### # Unit/regression tests # |
