]> git.lyx.org Git - features.git/commitdiff
Fix toc dependency to avoid redundant TOC rebuild
authorBo Peng <bpeng@lyx.org>
Sat, 27 Sep 2008 18:34:05 +0000 (18:34 +0000)
committerBo Peng <bpeng@lyx.org>
Sat, 27 Sep 2008 18:34:05 +0000 (18:34 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26593 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/SConstruct

index 13c1867b7f49ef4fe285882fe4de21a99d7a9509..14a2d072fb911058e89ffb08ed996efa0f96556d 100644 (file)
@@ -2013,7 +2013,6 @@ if 'install' in BUILD_TARGETS or 'installer' in BUILD_TARGETS:
             toc = env.installTOC(os.path.join(share_dest_dir, 'doc', 'TOC.lyx'),
                 languages[lang])
         tocs.append(toc)
-        env.Depends(toc, dirs)
     Alias('install', tocs)
     
     if platform_name == 'cygwin':