[Scummvm-git-logs] scummvm master -> e01cc08d64a77f7a4703be7963a3290c994b25f1
Mataniko
mataniko at gmail.com
Sun Nov 3 20:36:14 CET 2019
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
e01cc08d64 CREDITS: Update build target to generate the new yaml credits
Commit: e01cc08d64a77f7a4703be7963a3290c994b25f1
https://github.com/scummvm/scummvm/commit/e01cc08d64a77f7a4703be7963a3290c994b25f1
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-11-03T14:36:02-05:00
Commit Message:
CREDITS: Update build target to generate the new yaml credits
Changed paths:
devtools/module.mk
diff --git a/devtools/module.mk b/devtools/module.mk
index 0f2d191..53bf1e2 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)
More information about the Scummvm-git-logs
mailing list