*** empty log message ***
[m17n/m17n-docs.git] / README
1 This directory tree holds version 0.9 of the m17n library documentation.
2 Copyright (C) 2003
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 These files are installed in "${datadir}/m17n-lib"
19         m17n-lib.dvi, m17n-lib.ps
20 Html files are installed in "${datadir}/m17n-lib/html"
21 Man files are installed in "${mandir}/man3m.
22
23 The default paths ${prefix}, ${datadir}, and ${mandir} can be changed
24 by giving these arguments to the "configure" script respectively.
25         --prefix=DIR
26         --datadir=DIR
27         --mandir=DIR
28
29 See the file INSTALL for more detail.
30
31 ----------------------------------------------------------------------
32 Copyright information
33
34 Copyright (C) 2003
35   National Institute of Advanced Industrial Science and Technology (AIST)
36   Registration Number H15PRO112
37
38 This file is part of the m17n library documentation, a sub-part of the
39 m17n library.
40
41 The m17n library is free software; you can redistribute it and/or
42 modify it under the terms of the GNU General Public License as
43 published by the Free Software Foundation; either version 2, or (at
44 your option) any later version.
45
46 The m17n library is distributed in the hope that it will be useful,
47 but WITHOUT ANY WARRANTY; without even the implied warranty of
48 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
49 GNU General Public License for more details.
50
51 You should have received a copy of the GNU General Public License
52 along with the m17n library; see the file COPYING.  If not, write to
53 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
54 Boston, MA 02111-1307, USA.