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
This commit is contained in:
Bo Peng 2008-09-27 18:34:05 +00:00
parent 4cb08129a3
commit 2acf5b4370

View 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':