header files of useful functions (Instructor)
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4112 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
bdbec46023
commit
fd2947c9ae
14 changed files with 11766 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
config_but = 'config.but'
|
||||
|
||||
chapters = 5
|
||||
appendices = 8
|
||||
appendices = 9
|
||||
|
||||
htmls = Split('IndexPage.html Contents.html') \
|
||||
+ map(lambda ch: 'Chapter' + str(ch + 1) + '.html', range(chapters)) \
|
||||
|
@ -47,6 +47,7 @@ buts = Split("""
|
|||
library.but
|
||||
usefulfunc.but
|
||||
usefulinfos.but
|
||||
headers.but
|
||||
history.but
|
||||
build.but
|
||||
credits.but
|
||||
|
|
2504
Docs/src/headers.but
Normal file
2504
Docs/src/headers.but
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue