[Scummvm-git-logs] scummvm master -> a7ba9216b773e60f7783765ceb913afb60afdfea

Mataniko mataniko at gmail.com
Thu Jul 11 14:34:57 CEST 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:
a7ba9216b7 GCW0: Package the README.md file


Commit: a7ba9216b773e60f7783765ceb913afb60afdfea
    https://github.com/scummvm/scummvm/commit/a7ba9216b773e60f7783765ceb913afb60afdfea
Author: Matan Bareket (mataniko at gmail.com)
Date: 2019-07-11T08:34:47-04:00

Commit Message:
GCW0: Package the README.md file

Changed paths:
    backends/platform/dingux/dingux.mk


diff --git a/backends/platform/dingux/dingux.mk b/backends/platform/dingux/dingux.mk
index e32a5af..32b10f8 100644
--- a/backends/platform/dingux/dingux.mk
+++ b/backends/platform/dingux/dingux.mk
@@ -47,10 +47,10 @@ ifdef DIST_FILES_ENGINEDATA
 	$(CP) $(DIST_FILES_ENGINEDATA) $(gcw0_bundle)/engine-data/
 endif
 ifdef DIST_FILES_NETWORKING
-	$(CP) $(DIST_FILES_NETWORKING) $(gcw0_bundle)/
+	$(CP) $(DIST_FILES_NETWORKING) $(gcw0_name)/
 endif
 ifdef DIST_FILES_VKEYBD
-	$(CP) $(DIST_FILES_VKEYBD) $(gcw0_bundle)/
+	$(CP) $(DIST_FILES_VKEYBD) $(gcw0_name)/
 endif
 ifdef DYNAMIC_MODULES
 	$(MKDIR) $(gcw0_bundle)/plugins
@@ -66,7 +66,7 @@ endif
 	echo >> $(gcw0_bundle)/README.man.txt
 	echo '[General README]' >> $(gcw0_bundle)/README.man.txt
 	echo >> $(gcw0_bundle)/README.man.txt
-	cat $(srcdir)/README | sed -e 's/\[/⟦/g' -e 's/\]/⟧/g' -e '/^1\.1)/,$$ s/^[0-9][0-9]*\.[0-9][0-9]*.*/\[&\]/' >> $(gcw0_bundle)/README.man.txt
+	cat $(srcdir)/README.md | sed -e 's/\[/⟦/g' -e 's/\]/⟧/g' -e '/^1\.1)/,$$ s/^[0-9][0-9]*\.[0-9][0-9]*.*/\[&\]/' >> $(gcw0_bundle)/README.man.txt
 
 
 #	$(CP) GeneralUser\ GS\ FluidSynth\ v1.44.sf2 $(gcw0_bundle)/





More information about the Scummvm-git-logs mailing list