From 59a4960281f00a970b9f30efde72cfa95a4a2853 Mon Sep 17 00:00:00 2001 From: Bruno Coudoin Date: Fri, 24 Jul 2009 22:08:09 +0000 Subject: Improved the create_nsis_translations.pl. Added the GPL header. Added command line parameter and usage for this script. --- (limited to 'Makefile.mingw.in') 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) -- cgit v0.9.1