[Gpg4win-commits] r580 - in trunk: . src

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Nov 8 19:22:06 CET 2007


Author: marcus
Date: 2007-11-08 19:22:05 +0100 (Thu, 08 Nov 2007)
New Revision: 580

Modified:
   trunk/ChangeLog
   trunk/src/inst-gpgex.nsi
   trunk/src/uninst-gpgex.nsi
Log:
2007-11-08  Marcus Brinkmann  <marcus at g10code.de>

	* src/inst-gpgex.nsi: Add online documentation.
	* src/uninst-gpgex.nsi: Delete online documentation and other
	directories.


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2007-11-08 18:13:36 UTC (rev 579)
+++ trunk/ChangeLog	2007-11-08 18:22:05 UTC (rev 580)
@@ -1,5 +1,9 @@
 2007-11-08  Marcus Brinkmann  <marcus at g10code.de>
 
+	* src/inst-gpgex.nsi: Add online documentation.
+	* src/uninst-gpgex.nsi: Delete online documentation and other
+	directories.
+
 	* packages/packages.current: Update gpgex.
 
 2007-11-02  Werner Koch  <wk at g10code.com>

Modified: trunk/src/inst-gpgex.nsi
===================================================================
--- trunk/src/inst-gpgex.nsi	2007-11-08 18:13:36 UTC (rev 579)
+++ trunk/src/inst-gpgex.nsi	2007-11-08 18:22:05 UTC (rev 580)
@@ -46,6 +46,9 @@
   SetOutPath "$INSTDIR\share\locale\de\LC_MESSAGES"
   File ${prefix}/share/locale/de/LC_MESSAGES/gpgex.mo
 
+  SetOutPath "$INSTDIR\share\doc\gpgex"
+  File ${prefix}/share/doc/gpgex/gpgex-en.html
+  File ${prefix}/share/doc/gpgex/gpgex-de.html
 
 !endif
 SectionEnd

Modified: trunk/src/uninst-gpgex.nsi
===================================================================
--- trunk/src/uninst-gpgex.nsi	2007-11-08 18:13:36 UTC (rev 579)
+++ trunk/src/uninst-gpgex.nsi	2007-11-08 18:22:05 UTC (rev 580)
@@ -30,8 +30,16 @@
   Call un.SourceDelete
 !else
 
+  Delete "$INSTDIR\share\doc\gpgex\gpgex-en.html"
+  Delete "$INSTDIR\share\doc\gpgex\gpgex-de.html"
+  RMDir "$INSTDIR\share\doc\gpgex"
+  RMDir "$INSTDIR\share\doc"
+
   Delete "$INSTDIR\share\locale\de\LC_MESSAGES\gpgex.mo"
   RMDir "$INSTDIR\share\locale\de\LC_MESSAGES"
+  RMDir "$INSTDIR\share\locale\de"
+  RMDir "$INSTDIR\share\locale"
+  RMDir "$INSTDIR\share"
 
   UnRegDLL "$INSTDIR\gpgex.dll"
 



More information about the Gpg4win-commits mailing list