data/m17n-config.txt data/exprog.txt data/exmim.txt data/dbformat.txt \
data/dbdata.txt
-DBDATA = $(shell echo @M17NDB@/*.mim @M17NDB@/*.flt)
+DBDATA = $(shell echo @M17NDB@/*.mim @M17NDB@/*.flt @M17NDB@/*.tab @M17NDB@/*.tbl)
HTML_USR_TARGET = usr/html/index.html usr/html/parrot.png
HTML_JA_TARGET = ja/html/index.html ja/html/parrot.png
<ul>
<li> @ref mim-list
<li> @ref flt-list
+<li> @ref charprop-list
+<li> @ref misc-list
</ul>
*/
cat <<EOF
</ul>
*/
+
+/***en @section charprop-list Character Property
+
+List of character properties provided by the m17n databasse and their
+brief descriptions. */
+
+/***ja @section charprop-list ʸ»ú¥×¥í¥Ñ¥Æ¥£
+
+M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ëʸ»ú¥×¥í¥Ñ¥Æ¥£¤Î¥ê¥¹¥È¤È¤½¤ì¤¾¤ì¤Î´Êñ¤ÊÀâÌÀ¡£ */
+
+/***
+<ul>
+EOF
+
+for file in $1/*.tab; do
+ sed -n '/^# <li>/,/^$/ s/^# *//p' < $file
+ echo
+done
+
+cat <<EOF
+</ul>
+*/
+
+/***en @section misc-list The other data
+
+List of the other data provided by the m17n databasse and their brief
+descriptions. */
+
+/***ja @section misc-list ¤½¤Î¾¤Î¥Ç¡¼¥¿
+
+M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë¤½¤Î¾¤Î¥Ç¡¼¥¿¤È¤½¤ì¤¾¤ì¤Î´Êñ¤ÊÀâÌÀ¡£ */
+
+/***
+<ul>
+EOF
+
+for file in $1/*.tbl; do
+ sed -n '/^;; <li>/,/^$/ s/^;; *//p' < $file
+ echo
+done
+
+cat <<EOF
+</ul>
+*/
EOF
# Local Variables:
# coding: euc-jp
# End:
+
+
+