*** empty log message ***
authorhanda <handa>
Tue, 3 Feb 2004 13:11:04 +0000 (13:11 +0000)
committerhanda <handa>
Tue, 3 Feb 2004 13:11:04 +0000 (13:11 +0000)
Makefile.am
README
configure.ac
mainpage.txt

index ea69c9b..deab366 100644 (file)
@@ -30,7 +30,7 @@ pkgdata_DATA = \
        man/man3/m17nIntro.3m17n \
        man/man5/mdbGeneral.5
 
-pkgdatadir = $(datadir)/m17n-lib
+pkgdatadir = $(datadir)/m17n/docs
 
 EXTRA_DIST = usr/html usr/latex/m17n-lib.dvi usr/latex/m17n-lib.ps \
        man/man1 man/man3 man/man5
diff --git a/README b/README
index 2c76464..ec70597 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-This directory tree holds version 0.9 of the m17n library documentation.
+This directory tree holds version 1.0 of the m17n library documentation.
 Copyright (C) 2003
   National Institute of Advanced Industrial Science and Technology (AIST)
   Registration Number H15PRO112
@@ -15,10 +15,13 @@ 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".
 
-These files are installed in "${datadir}/m17n-lib"
-       m17n-lib.dvi, m17n-lib.ps
-Html files are installed in "${datadir}/m17n-lib/html"
-Man files are installed in "${mandir}/man3m.
+o LaTeX documents (m17n-lib.dvi and m17n-lib.ps) 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.
index fb37ae6..3d8fbeb 100644 (file)
@@ -1,6 +1,6 @@
-# Process this file with autoconf to produce a configure script.
-AC_INIT(m17n-docs, 0.9, bugs-m17n-lib@m17n.org)
-AM_INIT_AUTOMAKE(m17n-docs, 0.9)
+       # Process this file with autoconf to produce a configure script.
+AC_INIT(m17n-docs, 1.0, bugs-m17n-lib@m17n.org)
+AM_INIT_AUTOMAKE(m17n-docs, 1.0)
 
 AM_MAINTAINER_MODE
 
@@ -85,8 +85,8 @@ eval dir=${datadir}
 AC_MSG_NOTICE([-------------------------------------------])
 AC_MSG_NOTICE([Install documentations in these directories])
 AC_MSG_NOTICE([-------------------------------------------])
-AC_MSG_NOTICE([  m17n-lib.dvi:  ${dir}/m17n-lib])
-AC_MSG_NOTICE([  m17n-lib.ps:   ${dir}/m17n-lib])
-AC_MSG_NOTICE([  html files:    ${dir}/m17n-lib/html])
+AC_MSG_NOTICE([  m17n-lib.dvi:  ${dir}/m17n/docs])
+AC_MSG_NOTICE([  m17n-lib.ps:   ${dir}/m17n/docs])
+AC_MSG_NOTICE([  html files:    ${dir}/m17n/docs/html])
 eval dir=${mandir}
 AC_MSG_NOTICE([  man files:     ${dir}])
index c192da5..813dbea 100644 (file)
@@ -55,6 +55,24 @@ Just include <m17n.h> in your program, and link it with the m17n
 library by -lm17n.  See @ref m17nIntro @latexonly
 (P.\pageref{group__m17nIntro}) @endlatexonly for the detail.  */
 
+/***en @section extralib External libraries and data */
+/***ja @section extralib ³°Éô¥é¥¤¥Ö¥é¥ê¡¿¥Ç¡¼¥¿ */
+/***
+
+The m17n library utilizes these external libraries.  They are not
+mandatory but several functions of the m17n library depend on them.
+
+<ul>
+<li> libxml2 -- http://xmlsoft.org/
+<li> fribidi -- http://fribidi.sourceforge.net/
+<li> freetype -- http://www.freetype.org/
+<li> libotf  -- http://www.m17n.org/libotf/
+<li> anthy -- http://anthy.sourceforge.jp/
+<li> m17n-db -- http://www.m17n.org/m17n-db/
+</ul>
+
+*/
+
 /***en @section contact Contact us: */
 /***ja @section contact Ï¢ÍíÀè */
 /***
@@ -80,7 +98,7 @@ Special thanks to:
 
 <li> Dimitri van Heesch <dimitri@stack.nl>
 
-Author of Doxygen (<http://www.stack.nl/~dimitri/doxygen/>).  Without
+Author of Doxygen <http://www.stack.nl/~dimitri/doxygen/>.  Without
 this tool, it would have been impossible to create this document.
 
 </ul>