From 9284ddb5f8bc0d1d416e053b5d85534eeeb81ba2 Mon Sep 17 00:00:00 2001 From: handa Date: Sun, 29 Feb 2004 23:27:39 +0000 Subject: [PATCH] *** empty log message *** --- Makefile.am | 4 ++- data-usr/mainpage.txt | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ mainpage.txt | 7 +++-- utils/ja_filter.rb | 2 +- 4 files changed, 82 insertions(+), 4 deletions(-) create mode 100644 data-usr/mainpage.txt diff --git a/Makefile.am b/Makefile.am index 6d04720..9b469f1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -317,7 +317,9 @@ WEBDIR = /project/web/extra/m17n-lib/m17n-docs release: dist [ -d ${WEBDIR} ] || mkdir ${WEBDIR} - cd usr/html; for f in *; do case $$f in *8c*);; *8h*);; *8txt*);; *) echo $$f;; esac; done + cd usr/html; for f in *; do \ + case $$f in *8c*);; *8h*);; *8txt*);; *) echo $$f;; esac; \ + done cp ${distdir}.tar.gz ${WEBDIR} diff --git a/data-usr/mainpage.txt b/data-usr/mainpage.txt new file mode 100644 index 0000000..23b064d --- /dev/null +++ b/data-usr/mainpage.txt @@ -0,0 +1,73 @@ +/***@mainpage The M17N Library Documentation + +@section what What is the m17n library? + +The @e m17n @e library is a multilingual text processing library for +the C language. + + + +The word "m17n" is an abbreviation of "multilingualization". + +The m17n library provides following facilities to handle +multilingual text. + + + +@section usage How to use it? + +Just include in your program, and link it with the m17n +library by -lm17n. See @ref m17nIntro @latexonly +(P.\pageref{group__m17nIntro}) @endlatexonly for the detail. + +AAA + +@section sample images + +@image html HELLO.png + +@section contact Contact us: + +Global IT Security Group\n +National Information Technology Research Institute\n +Institute of Advanced Industrial Science and Technology + +Web: http://www.m17n.org/m17n-lib/ + +Bug report: m17n-lib-bug@m17n.org + +Mailing list (English): m17n-lib@m17n.org + +Mailing list (Japanese): m17n-lib-ja@m17n.org +*/ +//// diff --git a/mainpage.txt b/mainpage.txt index 80cd6f4..07563aa 100644 --- a/mainpage.txt +++ b/mainpage.txt @@ -65,15 +65,18 @@ mandatory but several functions of the m17n library depend on them.