diff options
author | Matan Bareket | 2019-11-03 14:35:38 -0500 |
---|---|---|
committer | Matan Bareket | 2019-11-03 14:36:02 -0500 |
commit | e01cc08d64a77f7a4703be7963a3290c994b25f1 (patch) | |
tree | 3762a7cfbcbe497355707ba7c5521c3f68b92489 /devtools | |
parent | 0b74f984de1847e7b76e83592486fc7154f78c85 (diff) | |
download | scummvm-rg350-e01cc08d64a77f7a4703be7963a3290c994b25f1.tar.gz scummvm-rg350-e01cc08d64a77f7a4703be7963a3290c994b25f1.tar.bz2 scummvm-rg350-e01cc08d64a77f7a4703be7963a3290c994b25f1.zip |
CREDITS: Update build target to generate the new yaml credits
Diffstat (limited to 'devtools')
-rw-r--r-- | devtools/module.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devtools/module.mk b/devtools/module.mk index 0f2d19176a..53bf1e29c9 100644 --- a/devtools/module.mk +++ b/devtools/module.mk @@ -47,7 +47,7 @@ devtools/make-scumm-fontdata$(EXEEXT): $(srcdir)/devtools/make-scumm-fontdata.c # Rule to explicitly rebuild the wwwroot archive wwwroot: $(srcdir)/devtools/make-www-archive.py $(srcdir)/dists/networking/ - + # # Rules to explicitly rebuild the credits / MD5 tables. @@ -61,7 +61,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)/../scummvm-web/data/credits.xml + $(srcdir)/devtools/credits.pl --yaml > $(srcdir)/../scummvm-web/data/credits.yaml # $(srcdir)/devtools/credits.pl --xml-docbook > $(srcdir)/../../docs/trunk/docbook/credits.xml md5scumm: devtools/md5table$(EXEEXT) |