*** empty log message ***
[m17n/m17n-docs.git] / README
1 This directory tree holds version 1.4.0 of the m17n library documentation.
2 Copyright (C) 2003, 2004, 2005, 2006, 2007
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 PDF documents (m17n-lib.pdf and m17n-lib-ja.pdf) 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.pdf
37
38 If you want to re-generate a PDF file, do this:
39         % cd usr/latex          (or cd ja/latex)
40         % latex m17n-lib        (or platex m17n-lib)
41         % makeindex m17n-lib
42         % latex m17n-lib        (or platex m17n-lib)
43         % latex m17n-lib        (or platex m17n-lib)
44         % dvipdfmx m17n-lib
45
46 See the file INSTALL for more detail.
47
48 ----------------------------------------------------------------------
49 Copyright information
50
51 Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009
52   National Institute of Advanced Industrial Science and Technology (AIST)
53   Registration Number H15PRO112
54
55 This file is part of the m17n library documentation, a sub-part of the
56 m17n library.
57
58 The m17n library is free software; you can redistribute it and/or
59 modify it under the terms of the GNU General Public License as
60 published by the Free Software Foundation; either version 2, or (at
61 your option) any later version.
62
63 The m17n library is distributed in the hope that it will be useful,
64 but WITHOUT ANY WARRANTY; without even the implied warranty of
65 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
66 GNU General Public License for more details.
67
68 You should have received a copy of the GNU General Public License
69 along with the m17n library; see the file COPYING.  If not, write to
70 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
71 Boston, MA 02111-1307, USA.