*** empty log message ***
[m17n/m17n-docs.git] / README
1 This directory tree holds version 1.0 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 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 See the file INSTALL for more detail.
33
34 ----------------------------------------------------------------------
35 Copyright information
36
37 Copyright (C) 2003
38   National Institute of Advanced Industrial Science and Technology (AIST)
39   Registration Number H15PRO112
40
41 This file is part of the m17n library documentation, a sub-part of the
42 m17n library.
43
44 The m17n library is free software; you can redistribute it and/or
45 modify it under the terms of the GNU General Public License as
46 published by the Free Software Foundation; either version 2, or (at
47 your option) any later version.
48
49 The m17n library is distributed in the hope that it will be useful,
50 but WITHOUT ANY WARRANTY; without even the implied warranty of
51 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
52 GNU General Public License for more details.
53
54 You should have received a copy of the GNU General Public License
55 along with the m17n library; see the file COPYING.  If not, write to
56 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
57 Boston, MA 02111-1307, USA.