mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-29 14:42:26 +00:00
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?
This commit is contained in:
parent
53a53294af
commit
25bf42516c
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user