From: Bo Peng Date: Sat, 27 Sep 2008 18:34:05 +0000 (+0000) Subject: Fix toc dependency to avoid redundant TOC rebuild X-Git-Tag: 1.6.10~3293 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=2acf5b437009fd03d999220686c0a1f85915370b;p=features.git Fix toc dependency to avoid redundant TOC rebuild git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26593 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/scons/SConstruct b/development/scons/SConstruct index 13c1867b7f..14a2d072fb 100644 --- a/development/scons/SConstruct +++ b/development/scons/SConstruct @@ -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':