added Building NSIS appendix
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4053 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8f892f36a1
commit
8c3149ac25
2 changed files with 70 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
config_but = 'config.but'
|
||||
|
||||
chapters = 5
|
||||
appendices = 7
|
||||
appendices = 8
|
||||
|
||||
htmls = Split('IndexPage.html Contents.html') \
|
||||
+ map(lambda ch: 'Chapter' + str(ch + 1) + '.html', range(chapters)) \
|
||||
|
@ -48,6 +48,7 @@ buts = Split("""
|
|||
usefulfunc.but
|
||||
usefulinfos.but
|
||||
history.but
|
||||
build.but
|
||||
credits.but
|
||||
license.but
|
||||
""")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue