..
authorhanda <handa>
Wed, 25 Feb 2004 12:58:37 +0000 (12:58 +0000)
committerhanda <handa>
Wed, 25 Feb 2004 12:58:37 +0000 (12:58 +0000)
Makefile.am
mainpage.txt

index 081070c..73fb567 100644 (file)
@@ -71,10 +71,6 @@ EXAMPLE_PROGS = \
        @M17NLIB@/example/mimx-anthy.c \
        @M17NLIB@/example/mimx-ispell.c
 
        @M17NLIB@/example/mimx-anthy.c \
        @M17NLIB@/example/mimx-ispell.c
 
-EXAMPLE_MIMS = \
-       @M17NLIB@/example/anthy.mim \
-       @M17NLIB@/example/ispell.mim
-
 DBFORMAT = \
        @M17NDB@/FORMATS
 
 DBFORMAT = \
        @M17NDB@/FORMATS
 
@@ -92,7 +88,7 @@ MAN5 = ${DBFORMAT}
 SRCALL = \
        mainpage.txt \
        ${MAN3} \
 SRCALL = \
        mainpage.txt \
        ${MAN3} \
-       data/m17n-config.txt data/exprog.txt data/exmim.txt data/dbformat.txt \
+       data/m17n-config.txt data/exprog.txt data/dbformat.txt \
        data/dbdata.txt fdl.txt
 
 DBDATA = $(shell echo @M17NDB@/*.{dir,mim,flt,fst,tbl})
        data/dbdata.txt fdl.txt
 
 DBDATA = $(shell echo @M17NDB@/*.{dir,mim,flt,fst,tbl})
@@ -220,9 +216,6 @@ doxyfile-man%.usr: doxyfile-man%
 data/exprog.txt: ${EXAMPLE_PROGS} utils/exprog.sh
        utils/exprog.sh ${EXAMPLE_PROGS} > $@
 
 data/exprog.txt: ${EXAMPLE_PROGS} utils/exprog.sh
        utils/exprog.sh ${EXAMPLE_PROGS} > $@
 
-data/exmim.txt: ${EXAMPLE_MIMS} utils/exmim.sh
-       utils/exmim.sh ${EXAMPLE_MIMS} > $@
-
 data/dbdata.txt: ${DBDATA} @M17NDB@/mdb.dir utils/dbdata.awk
        @AWK@ -f utils/dbdata.awk @M17NDB@/mdb.dir > $@
 
 data/dbdata.txt: ${DBDATA} @M17NDB@/mdb.dir utils/dbdata.awk
        @AWK@ -f utils/dbdata.awk @M17NDB@/mdb.dir > $@
 
index be65778..acde721 100644 (file)
@@ -63,12 +63,30 @@ The m17n library utilizes these external libraries.  They are not
 mandatory but several functions of the m17n library depend on them.
 
 <ul>
 mandatory but several functions of the m17n library depend on them.
 
 <ul>
+<li> m17n-db -- http://www.m17n.org/m17n-db/
+
+     Used by @ref m17nShell and @ref m17nGUI..
+
 <li> libxml2 -- http://xmlsoft.org/
 <li> libxml2 -- http://xmlsoft.org/
+
+     Used by the functions mtext_serialize () and mtext_deserialize ().
+
 <li> fribidi -- http://fribidi.sourceforge.net/
 <li> fribidi -- http://fribidi.sourceforge.net/
+
+     Used for BIDI processing.
+
 <li> freetype -- http://www.freetype.org/
 <li> freetype -- http://www.freetype.org/
+
+     Used for handling TrueType and Type1 fonts.
+
 <li> libotf  -- http://www.m17n.org/libotf/
 <li> libotf  -- http://www.m17n.org/libotf/
+
+     Used for handling OpenTypee fonts.
+
 <li> anthy -- http://anthy.sourceforge.jp/
 <li> anthy -- http://anthy.sourceforge.jp/
-<li> m17n-db -- http://www.m17n.org/m17n-db/
+
+     Used for the Japanese input method ja-anthy.mim.
+
 </ul>
 
 */
 </ul>
 
 */