From 6be2aa005783e31ed8fb413028e4296407aa73bb Mon Sep 17 00:00:00 2001 From: Alexandre Quessy Date: Mon, 7 Jul 2014 16:29:12 -0400 Subject: [PATCH] also copy NEWS to dmg --- README | 9 ++++++--- build.sh | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README b/README index fed79de..3fc5bd7 100644 --- a/README +++ b/README @@ -22,9 +22,9 @@ http://www.francophonie.org/ Ce projet a été rendu possible grâce au support de l'Organisation internationale de la Francophonie. http://www.francophonie.org/ -Build and install ------------------ -See the INSTALL file. +Build and installation +---------------------- +To build and install it, see the INSTALL file provided with the source code. To use this software on Mac OS X: * Install GStreamer using http://gstreamer.freedesktop.org/data/pkg/osx/1.2.4.1/gstreamer-1.0-1.2.4.1-universal.pkg : you should customize the installation and choose to install all components. @@ -44,3 +44,6 @@ Contributors * Julien Keable: developer. * Sylvain Cormier: developer. +More info +--------- +Get more info from http://mapmap.info diff --git a/build.sh b/build.sh index 03bba8a..3308873 100755 --- a/build.sh +++ b/build.sh @@ -18,6 +18,7 @@ do_create_dmg() { mkdir -p $DMGDIR cp -R MapMap.app ${DMGDIR} cp README ${DMGDIR}/README.txt + cp NEWS ${DMGDIR}/NEWS.txt hdiutil create \ -volname ${DMGDIR} \ -srcfolder ${DMGDIR} \