From 86da4fa7949b07f8ca4ee9dc58eb45198782d673 Mon Sep 17 00:00:00 2001 From: Andy Heninger Date: Wed, 1 Feb 2006 06:20:13 +0000 Subject: [PATCH] ICU-4949 Edit genbrk man page, add install target to makefile. X-SVN-Rev: 19049 --- icu4c/source/tools/genbrk/Makefile.in | 4 ++-- icu4c/source/tools/genbrk/genbrk.1.in | 13 +++---------- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/icu4c/source/tools/genbrk/Makefile.in b/icu4c/source/tools/genbrk/Makefile.in index e78afd16ea3..f9b5891902e 100644 --- a/icu4c/source/tools/genbrk/Makefile.in +++ b/icu4c/source/tools/genbrk/Makefile.in @@ -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) diff --git a/icu4c/source/tools/genbrk/genbrk.1.in b/icu4c/source/tools/genbrk/genbrk.1.in index 90f3f6b8acb..79dbfea0f88 100644 --- a/icu4c/source/tools/genbrk/genbrk.1.in +++ b/icu4c/source/tools/genbrk/genbrk.1.in @@ -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