[Inteproxy-commits] r149 - in trunk: . packaging/Windows

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Jun 19 12:42:43 CEST 2008


Author: sholl
Date: 2008-06-19 12:42:43 +0200 (Thu, 19 Jun 2008)
New Revision: 149

Modified:
   trunk/ChangeLog
   trunk/packaging/Windows/inteproxy-installer.nsi
Log:
	* packaging/Windows/inteproxy-installer.nsi: Fixed hardcoded
	  version-numbers for PDF-links

	* ChangeLog: fixed wrong formatting of my last commit



Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-06-19 08:51:43 UTC (rev 148)
+++ trunk/ChangeLog	2008-06-19 10:42:43 UTC (rev 149)
@@ -1,8 +1,15 @@
+2008-06-19  stephan.holl at intevation.de
+
+	* packaging/Windows/inteproxy-installer.nsi: Fixed hardcoded
+	  version-numbers for PDF-links
+
+	* ChangeLog: fixed wrong formatting of my last commit
+
 2008-06-19  Stephan Holl    <stephan.holl at intevation.de>
 
-	* Preparations for the 0.4.0 release (website-links need to be
-	  updated after the new release has been uploaded to wald to get
-	  the correct link)
+	 Preparations for the 0.4.0 release (website-links need to be
+	 updated after the new release has been uploaded to wald to get
+	 the correct link)
 	
 	* inteproxy/main.py, packaging/Windows/Makefile: adopted the
 	  version-number to 0.4.0

Modified: trunk/packaging/Windows/inteproxy-installer.nsi
===================================================================
--- trunk/packaging/Windows/inteproxy-installer.nsi	2008-06-19 08:51:43 UTC (rev 148)
+++ trunk/packaging/Windows/inteproxy-installer.nsi	2008-06-19 10:42:43 UTC (rev 149)
@@ -141,9 +141,9 @@
     # is german (code: 1031); default = english
     ReadRegStr $0 HKLM "Software\${PRODUCT_NAME_SHORT}" "Installer Language" 
     StrCmp $0 "1031" 0 +3
-        CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME_SHORT}\Benutzerhandbuch.lnk" "$INSTDIR\doc\InteProxy-de-0.3.1.pdf"
+        CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME_SHORT}\Benutzerhandbuch.lnk" "$INSTDIR\doc\InteProxy-de-${VERSION_NUMBER}.pdf"
         Goto +2
-        CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME_SHORT}\User Manual.lnk" "$INSTDIR\doc\InteProxy-en-0.3.1.pdf"
+        CreateShortCut "$SMPROGRAMS\${PRODUCT_NAME_SHORT}\User Manual.lnk" "$INSTDIR\doc\InteProxy-en-${VERSION_NUMBER}.pdf"
     no_start_menu:
 
     # ** Desktop Icon **



More information about the Inteproxy-commits mailing list