Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile.mingw.in
diff options
context:
space:
mode:
authorBruno Coudoin <bruno.coudoin@free.fr>2009-07-24 22:08:09 (GMT)
committer Bruno Coudoin <bruno.coudoin@free.fr>2009-07-24 22:12:41 (GMT)
commit59a4960281f00a970b9f30efde72cfa95a4a2853 (patch)
treef299827472fc2d2c912c15befb78412d483d92da /Makefile.mingw.in
parent04674b8e2492d75317a40b9e7734aff503d65d92 (diff)
Improved the create_nsis_translations.pl. Added the GPL header.
Added command line parameter and usage for this script.
Diffstat (limited to 'Makefile.mingw.in')
-rw-r--r--Makefile.mingw.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile.mingw.in b/Makefile.mingw.in
index 95a3da4..7479353 100644
--- a/Makefile.mingw.in
+++ b/Makefile.mingw.in
@@ -74,7 +74,7 @@ config.h: config.h.mingw.in
gcompris-installer.nsi: gcompris-installer.nsi.in nsis_translations.desktop
./config.status gcompris-installer.nsi
- ./tools/create_nsis_translations.pl
+ ./tools/create_nsis_translations.pl nsis_translations.desktop gcompris-installer.nsi nsis/translations
nsis_translations.desktop: nsis_translations.desktop.in
LC_ALL=C /usr/bin/intltool-merge -d -u -c ./po/.intltool-merge-cache ./po nsis_translations.desktop.in nsis_translations.desktop
@@ -150,6 +150,4 @@ prep: Makefile.mingw
find $(GCOMPRIS_INSTALL_DIR) -name "Makefile*" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*.in" -exec rm -f {} \;
find $(GCOMPRIS_INSTALL_DIR) -name "*~" -exec rm -f {} \;
- cp -r nsis tools Makefile.mingw config.h.mingw $(GCOMPRIS_INSTALL_DIR)
- mkdir -p $(GCOMPRIS_INSTALL_DIR)/nsis/translations
- cp "/usr/share/nsis/Contrib/Language files"/* $(GCOMPRIS_INSTALL_DIR)/nsis/translations
+ cp -r tools Makefile.mingw config.h.mingw $(GCOMPRIS_INSTALL_DIR)