distribute missing images
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@5257 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
0cddfb8f6d
commit
af99bf2224
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,13 @@ docs = Split("""
|
|||
Readme.html
|
||||
""")
|
||||
|
||||
doc_images = Split("""
|
||||
closed.gif
|
||||
header.gif
|
||||
open.gif
|
||||
screen1.png
|
||||
screen2.png
|
||||
""")
|
||||
|
||||
contribs = Split("""
|
||||
Interface.nsh
|
||||
|
@ -30,6 +37,7 @@ def join(prefix, list):
|
|||
return map(lambda x: '%s/%s' % (prefix, x), list)
|
||||
|
||||
defenv.DistributeDocs(docs, path=target)
|
||||
defenv.DistributeDocs(join('../Modern UI/images',doc_images), path='%s/%s'%(target,'images'))
|
||||
path = 'Pages'
|
||||
defenv.DistributeContrib(join(path,pages), path='%s/%s'%(target,path))
|
||||
defenv.DistributeContrib(contribs, path=target)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue