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:
kichik 2005-06-21 12:37:38 +00:00
parent bdbec46023
commit fd2947c9ae
14 changed files with 11766 additions and 1 deletions

View file

@ -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

File diff suppressed because it is too large Load diff