[Gpg4win-commits] r67 - trunk/src
scm-commit at wald.intevation.org
scm-commit at wald.intevation.org
Thu Nov 24 15:43:32 CET 2005
Author: twoaday
Date: 2005-11-24 15:43:32 +0100 (Thu, 24 Nov 2005)
New Revision: 67
Modified:
trunk/src/inst-winpt.nsi
Log:
Install WinPT language files. For now just the
German version to the gpg4win locale directory.
Modified: trunk/src/inst-winpt.nsi
===================================================================
--- trunk/src/inst-winpt.nsi 2005-11-24 13:48:38 UTC (rev 66)
+++ trunk/src/inst-winpt.nsi 2005-11-24 14:43:32 UTC (rev 67)
@@ -23,6 +23,8 @@
!endif
!define prefix ${ipdir}/winpt-${gpg4win_pkg_winpt_version}
+# Kludge to access the generated winpt.mo file
+!define winptpath playground/build/winpt-${gpg4win_pkg_winpt_version}
Section "WinPT" SEC_winpt
SetOutPath "$INSTDIR"
@@ -31,12 +33,15 @@
!else
File ${prefix}/bin/WinPT.exe
File ${prefix}/bin/PTD.dll
+ #File ${winptpath}/keyserver.conf
+ SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
+ File ${winptpath}/Po/winpt.mo
+
# Do not install the documentation until we have agreed on the filenames.
#SetOutPath "$INSTDIR\share\winpt"
- #File ${prefix}/keyserver.conf
- #File ${prefix}/NEWS-0.10.txt
- #File ${prefix}/README-0.10.txt
+ #File ${prefix}/NEWS.txt
+ #File ${prefix}/README.txt
!endif
SectionEnd
More information about the Gpg4win-commits
mailing list