[Scummvm-git-logs] scummvm master -> 4f0bf5cffd951dce61bec6d3c6e584acd4760f11

sev- sev at scummvm.org
Mon Oct 12 12:47:23 UTC 2020


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:
4f0bf5cffd BUILD: Sync new credits file location on Web


Commit: 4f0bf5cffd951dce61bec6d3c6e584acd4760f11
    https://github.com/scummvm/scummvm/commit/4f0bf5cffd951dce61bec6d3c6e584acd4760f11
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2020-10-12T14:46:49+02:00

Commit Message:
BUILD: Sync new credits file location on Web

Changed paths:
    devtools/module.mk


diff --git a/devtools/module.mk b/devtools/module.mk
index 9d70b5ac93..eea319881a 100644
--- a/devtools/module.mk
+++ b/devtools/module.mk
@@ -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 --yaml > $(srcdir)/../scummvm-web/data/credits.yaml
+	$(srcdir)/devtools/credits.pl --yaml > $(srcdir)/../scummvm-web/data/en/credits.yaml
 
 md5scumm: devtools/md5table$(EXEEXT)
 	devtools/md5table$(EXEEXT) --c++ < $(srcdir)/devtools/scumm-md5.txt > $(srcdir)/engines/scumm/scumm-md5.h




More information about the Scummvm-git-logs mailing list