mike-fabian / m17n-docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This directory tree holds version 1.8.4 of the m17n library documentation.
Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
  National Institute of Advanced Industrial Science and Technology (AIST)
  Registration Number H15PRO112
See the end for copying conditions.

# HOW TO INSTALL #

Simply type the followings on the command line.

	% ./configure
	% make install

The default installation path ${prefix} is "/usr/local",
the default data installation path ${datadir} is "${prefix}/share",
and the default man installation path ${mandir} is "${prefix}/man".

o PDF documents (m17n-lib.pdf and m17n-lib-ja.pdf) are installed in
  "${datadir}/m17n/docs".
	
o HTML files are installed in "${datadir}/m17n/docs/html".

o MAN files are installed in "${mandir}/man1, ${mandir}/man3, and
  ${mandir}/man5.

The default paths ${prefix}, ${datadir}, and ${mandir} can be changed
by giving these arguments to the "configure" script respectively.
	--prefix=DIR
	--datadir=DIR
	--mandir=DIR

Note: Although this package contains Japanese translation of HTML and
LaTeX files, they are not installed by the above procedure.  Please
install the following files manually if you need them:
	ja/html/*.html
	ja/latex/m17n-lib.pdf

If you want to re-generate a PDF file, do this:
	% cd usr/latex		(or cd ja/latex)
	% latex m17n-lib	(or platex m17n-lib)
	% makeindex m17n-lib
	% latex m17n-lib	(or platex m17n-lib)
	% latex m17n-lib	(or platex m17n-lib)
	% dvipdfmx m17n-lib

See the file INSTALL for more detail.

----------------------------------------------------------------------
Copyright information

Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
  National Institute of Advanced Industrial Science and Technology (AIST)
  Registration Number H15PRO112

This file is part of the m17n library documentation, a sub-part of the
m17n library.

The m17n library is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License as
published by the Free Software Foundation; either version 2, or (at
your option) any later version.

The m17n library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with the m17n library; see the file COPYING.  If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.

About


Languages

Language:TeX 84.4%Language:Ruby 6.6%Language:Makefile 3.2%Language:Shell 1.7%Language:C 1.3%Language:HTML 1.0%Language:Emacs Lisp 0.7%Language:M4 0.5%Language:CSS 0.3%Language:Awk 0.2%Language:sed 0.0%Language:PostScript 0.0%