File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -108,6 +108,7 @@ Section "-MUSHclient program (required)"
108
108
File " ..\WinRel\lua5.1.dll"
109
109
File " ..\lua5.1.lib"
110
110
File " ..\mushclient.HLP"
111
+ File " ..\help.db"
111
112
File " ..\mushclient.cnt"
112
113
File " ..\install\mushclient.ico"
113
114
File " ..\tips.txt"
@@ -530,6 +531,7 @@ Section Uninstall
530
531
Delete " $INSTDIR\lua5.1.lib"
531
532
Delete " $INSTDIR\MUSHclient.ico"
532
533
Delete " $INSTDIR\MUSHclient.hlp"
534
+ Delete " $INSTDIR\help.db"
533
535
Delete " $INSTDIR\MUSHclient.cnt"
534
536
Delete " $INSTDIR\license.txt"
535
537
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ lua5.1.exe generate_documentation.lua
6
6
echo Creating documentation help.db file ...
7
7
del help.db
8
8
sqlite3 help.db < documentation_fixed.sql
9
+ echo Vacuuming the database ...
10
+ sqlite3 help.db vacuum
11
+ echo Anlyzing the database ...
12
+ sqlite3 help.db analyze
9
13
10
14
echo Building list of files to process ...
11
15
lua5.1.exe build_files_list.lua
You can’t perform that action at this time.
0 commit comments