Add manpage uchardet.1

This commit is contained in:
BYVoid 2011-07-11 15:49:19 +08:00
parent 06e65096f1
commit 6462d45121
3 changed files with 25 additions and 0 deletions

View File

@ -75,3 +75,4 @@ install(
######## Subdirectories
add_subdirectory(src)
add_subdirectory(doc)

6
doc/CMakeLists.txt Normal file
View File

@ -0,0 +1,6 @@
install(
FILES
uchardet.1
DESTINATION
${DIR_SHARE}/man/man1
)

18
doc/uchardet.1 Normal file
View File

@ -0,0 +1,18 @@
.TH UCHARDET "1" "July 2011" "uchardet " "User Commands"
.SH NAME
uchardet \- universalchardet (Universal Charset Detector)
.SH DESCRIPTION
uchardet Command Line Tool
.SS "Usage:"
.HP
opencc [\fBOptions\fR] [\fBFile\fR]
.HP
\fB\-v\fR
Print version and build information.
.HP
\fB\-h\fR
Print help text.
.HP
.IP
.PP
uchardet Command Line Tool