diff Makefile.am @ 29976:62f0988c666c

Final piece of getting the installer translations integrated with the regular po files. This is a variation of the instructions at: http://nsis.sourceforge.net/Creating_language_files_and_integrating_with_MUI Using a Perl tool that the gcompris folks wrote. The NSIS LangStrings needed to have the underscores removed because .desktop files variable names may not contain underscores. Currently only translations with >=50% coverage will be present in the installer
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 19 May 2010 03:26:05 +0000
parents f7d03842b9c9
children 3409f6235155
line wrap: on
line diff
--- a/Makefile.am	Wed May 19 02:50:02 2010 +0000
+++ b/Makefile.am	Wed May 19 03:26:05 2010 +0000
@@ -77,7 +77,7 @@
 
 if ENABLE_GTK
 appsdir = $(datadir)/applications
-apps_in_files = pidgin.desktop.in
+apps_in_files = pidgin.desktop.in pidgin/win32/nsis/nsis_installer.desktop.in
 apps_DATA = $(apps_in_files:.desktop.in=.desktop)
 @INTLTOOL_DESKTOP_RULE@
 GTK_DIR=pidgin