diff options
author | Thierry Crozat | 2012-10-08 20:33:50 +0100 |
---|---|---|
committer | Thierry Crozat | 2012-10-08 20:34:05 +0100 |
commit | 25bf42516c16f7e5d65799902f997858ce6917f1 (patch) | |
tree | d1c9e1d6e4659d51742e59f0f18033c019723873 | |
parent | 53a53294af1eb5cb0bc70e5c4eb7964637827709 (diff) | |
download | scummvm-rg350-25bf42516c16f7e5d65799902f997858ce6917f1.tar.gz scummvm-rg350-25bf42516c16f7e5d65799902f997858ce6917f1.tar.bz2 scummvm-rg350-25bf42516c16f7e5d65799902f997858ce6917f1.zip |
CREDITS: Update the web credits path in the make rule
This is not guarantied to work but will work if both scummvm and
scummvm-web have been cloned in the same parent directory. The
old rules was always failing anyway, so this is an improvement. But
maybe we should comment that line?
-rw-r--r-- | devtools/module.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/module.mk b/devtools/module.mk index 95eca50d18..1d682cdf05 100644 --- a/devtools/module.mk +++ b/devtools/module.mk @@ -56,7 +56,7 @@ credits: $(srcdir)/devtools/credits.pl --text > $(srcdir)/AUTHORS # $(srcdir)/devtools/credits.pl --rtf > $(srcdir)/Credits.rtf $(srcdir)/devtools/credits.pl --cpp > $(srcdir)/gui/credits.h - $(srcdir)/devtools/credits.pl --xml-website > $(srcdir)/../../web/trunk/data/credits.xml + $(srcdir)/devtools/credits.pl --xml-website > $(srcdir)/../scummvm-web/data/credits.xml # $(srcdir)/devtools/credits.pl --xml-docbook > $(srcdir)/../../docs/trunk/docbook/credits.xml md5scumm: devtools/md5table$(EXEEXT) |