mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
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:
parent
4cb08129a3
commit
2acf5b4370
@ -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':
|
||||
|
Loading…
Reference in New Issue
Block a user