Updated fro Doxygen 1.5.2.
[m17n/m17n-docs.git] / README
1 This directory tree holds version 1.3.4 of the m17n library documentation.
2 Copyright (C) 2003, 2004, 2005, 2006
3   National Institute of Advanced Industrial Science and Technology (AIST)
4   Registration Number H15PRO112
5 See the end for copying conditions.
6
7 # HOW TO INSTALL #
8
9 Simply type the followings on the command line.
10
11         % ./configure
12         % make install
13
14 The default installation path ${prefix} is "/usr/local",
15 the default data installation path ${datadir} is "${prefix}/share",
16 and the default man installation path ${mandir} is "${prefix}/man".
17
18 o LaTeX documents (m17n-lib.dvi and m17n-lib.ps) are installed in
19   "${datadir}/m17n/docs".
20         
21 o HTML files are installed in "${datadir}/m17n/docs/html".
22
23 o MAN files are installed in "${mandir}/man1, ${mandir}/man3, and
24   ${mandir}/man5.
25
26 The default paths ${prefix}, ${datadir}, and ${mandir} can be changed
27 by giving these arguments to the "configure" script respectively.
28         --prefix=DIR
29         --datadir=DIR
30         --mandir=DIR
31
32 Note: Although this package contains Japanese translation of HTML and
33 LaTeX files, they are not installed by the above procedure.  Please
34 install the following files manually if you need them:
35         ja/html/*.html
36         ja/latex/m17n-lib-ja.dvi
37         ja/latex/m17n-lib-ja.ps
38
39 See the file INSTALL for more detail.
40
41 ----------------------------------------------------------------------
42 Copyright information
43
44 Copyright (C) 2003, 2004, 2005, 2006
45   National Institute of Advanced Industrial Science and Technology (AIST)
46   Registration Number H15PRO112
47
48 This file is part of the m17n library documentation, a sub-part of the
49 m17n library.
50
51 The m17n library is free software; you can redistribute it and/or
52 modify it under the terms of the GNU General Public License as
53 published by the Free Software Foundation; either version 2, or (at
54 your option) any later version.
55
56 The m17n library is distributed in the hope that it will be useful,
57 but WITHOUT ANY WARRANTY; without even the implied warranty of
58 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59 GNU General Public License for more details.
60
61 You should have received a copy of the GNU General Public License
62 along with the m17n library; see the file COPYING.  If not, write to
63 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
64 Boston, MA 02111-1307, USA.