blob: ce7e58916a6ac7de6a9537a734de6f82cf294d43 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
.TH chmcmd 1 "29 December 2010" "Free Pascal" "HTML help file compression tool"
.SH NAME
chmcmd \- The FPC Pascal htmlhelp (CHM) compiler
.SH SYNOPSIS
\fBchmcmd\fP [options] <helpfileproject filename>
.SH Description
creates a Compressed HTML Help file (chm) using either a Microsoft
htmlhelp project (.hhp) or a XML file made
with the TCHMProject class in the fpc unit chmfilewriter.
When no parameters are passed, the program will show the available options.
.SH Options
.TP
.BI \-h,\ \-\-help
Show help text
.TP
.BI \-\-html\-scan
Scan html for missing files and alink information
.TP
.BI \-\-no\-html\-scan
Don't scan html for missing files and alink information
.TP
.BI \-\-verbosity\ \<number\>
set verbosity level 0..5, 0 is least.
.TP
.BI \-\-generate-xml
(if .hhp file), also generate a xml project from .hhp.
.SH SEE ALSO
.IP
.BR chmls (1)
.BR fpc (1)
.BR fpdoc (1)
|