CHM depends on style.css, chmlink.js and nsis.hhp
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4611 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0da03576b1
commit
c48a248f80
1 changed files with 3 additions and 0 deletions
|
@ -94,6 +94,9 @@ if build_chm:
|
|||
|
||||
chm = env.HalibutCHM('NSIS.chm', [chm_config_but] + buts)
|
||||
env.Depends(chm, halibut)
|
||||
env.Depends(chm, '#Docs/style.css')
|
||||
env.Depends(chm, 'chmlink.js')
|
||||
env.Depends(chm, 'nsis.hhp')
|
||||
env.DistributeDoc(chm)
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue