ICU-4949 Edit genbrk man page, add install target to makefile.
X-SVN-Rev: 19049
This commit is contained in:
parent
5f0310b3e1
commit
86da4fa794
@ -1,5 +1,5 @@
|
||||
## Makefile.in for ICU - tools/genbrk
|
||||
## Copyright (c) 2002-2005 International Business Machines Corporation and
|
||||
## Copyright (c) 2002-2006 International Business Machines Corporation and
|
||||
## others. All Rights Reserved.
|
||||
|
||||
## Source directory information
|
||||
@ -53,7 +53,7 @@ check: all check-local
|
||||
|
||||
all-local: $(TARGET) $(MAN_FILES)
|
||||
|
||||
install-local: all-local
|
||||
install-local: all-local install-man
|
||||
$(MKINSTALLDIRS) $(DESTDIR)$(bindir)
|
||||
$(INSTALL) $(TARGET) $(DESTDIR)$(bindir)
|
||||
|
||||
|
@ -2,12 +2,12 @@
|
||||
.\"
|
||||
.\" genbrk.1: manual page for the genbrk utility
|
||||
.\"
|
||||
.\" Copyright (C) 2005-2005 IBM, Inc. and others.
|
||||
.\" Copyright (C) 2005-2006 IBM, Inc. and others.
|
||||
.\"
|
||||
.TH GENBRK 1 "2 December 2005" "ICU MANPAGE" "ICU @VERSION@ Manual"
|
||||
.SH NAME
|
||||
.B genbrk
|
||||
\- Read in break iteration rules file and write out a binary data file
|
||||
\- Compiles ICU break iteration rules source files into binary data files
|
||||
.SH SYNOPSIS
|
||||
.B genbrk
|
||||
[
|
||||
@ -32,7 +32,7 @@
|
||||
.BI "\-o\fP, \fB\-\-out" " output\-file"
|
||||
.SH DESCRIPTION
|
||||
.B genbrk
|
||||
reads the text break rule text from
|
||||
reads the break (boundary) rule source code from
|
||||
.I rule-file
|
||||
and creates a break iteration data file. Normally this data file has the
|
||||
.B .brk
|
||||
@ -90,13 +90,6 @@ In order to eliminate any ambiguity of the encoding for how the
|
||||
.IR rule-file
|
||||
was written, it is recommended that you write this file in UTF-8
|
||||
with the BOM.
|
||||
.SH INVARIANT CHARACTERS
|
||||
The
|
||||
.B invariant character set
|
||||
consists of the following set of characters, expressed as a standard POSIX
|
||||
regular expression:
|
||||
.BR "[a-z]|[A-Z]|[0-9]|_| |+|-|*|/" .
|
||||
This is the set which is guaranteed to be available regardless of code page.
|
||||
.SH ENVIRONMENT
|
||||
.TP 10
|
||||
.B ICU_DATA
|
||||
|
Loading…
Reference in New Issue
Block a user