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

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Thu Oct 2 19:43:22 CEST 2008


Author: colinleroy
Date: 2008-10-02 19:43:22 +0200 (Thu, 02 Oct 2008)
New Revision: 942

Modified:
   trunk/ChangeLog
   trunk/src/gpg4win.nsi
Log:
Fix build with manuals disabled 


Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-10-02 17:06:04 UTC (rev 941)
+++ trunk/ChangeLog	2008-10-02 17:43:22 UTC (rev 942)
@@ -1,5 +1,9 @@
 2008-10-02  Colin Leroy  <colin at colino.net>
 
+	* src/gpg4win.nsi: Fix build with manuals disabled.
+
+2008-10-02  Colin Leroy  <colin at colino.net>
+
 	* packages/packages.current: Update vcalendar (bugfix) and
 	Claws Mail (crasher fix)
 

Modified: trunk/src/gpg4win.nsi
===================================================================
--- trunk/src/gpg4win.nsi	2008-10-02 17:06:04 UTC (rev 941)
+++ trunk/src/gpg4win.nsi	2008-10-02 17:43:22 UTC (rev 942)
@@ -27,8 +27,12 @@
 # For the "light" version of the package, we explicitely disable some
 # of the packages right after including config.nsi.
 !ifdef GPG4WIN_LIGHT
+!ifdef HAVE_PKG_COMPENDIUM_DE
 !undef HAVE_PKG_COMPENDIUM_DE
+!endif
+!ifdef HAVE_PKG_MAN_NOVICE_EN
 !undef HAVE_PKG_MAN_NOVICE_EN
+!endif
 !ifdef HAVE_PKG_KLEOPATRA
 !undef HAVE_PKG_KLEOPATRA
 !endif



More information about the Gpg4win-commits mailing list