]> git.lyx.org Git - features.git/commitdiff
scons: fix a bug in installer target, introduced by the cleanups
authorBo Peng <bpeng@lyx.org>
Mon, 27 Aug 2007 16:29:04 +0000 (16:29 +0000)
committerBo Peng <bpeng@lyx.org>
Mon, 27 Aug 2007 16:29:04 +0000 (16:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19837 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index a4dba6975da1eeaac6b7483bd853cbcd3c8cb499..b07cd0e5aa0f1dccd075ebe29b176638207b2f93 100644 (file)
@@ -2069,7 +2069,7 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
         Alias('install', dest_file)
 
 
-if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
+if 'installer' in BUILD_TARGETS:
     #
     # build windows installer using NSIS
     #