*** empty log message ***
[m17n/m17n-docs.git] / utils / dbformat.sh
index 1a4b108..b1417a4 100755 (executable)
@@ -3,14 +3,30 @@
 cat <<EOF
 /***en @page m17nDBFormat Data format of the m17n database
 
-This section describes the data formats of the m17n database. */
+¤³¤³¤Ç¤Ï¡¢M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ÇÄ󶡤µ¤ì¤ë³Æ¥Ç¡¼¥¿¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤ò²òÀ⤹
+¤ë¡£ */
 
+/***ja @page m17nDBFormat M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Ç¡¼¥¿¡¦¥Õ¥©¡¼¥Þ¥Ã¥È
+
+This section describes formats of these data supplied by the m17n
+database. */
+////
+/***
+<ul>
 EOF
 
+cat $* | grep '@page' | sed -e 's/@page mdb\([^ ]*\)/<li> @ref mdb\1 "\1" --/'
+
+cat <<EOF
+</ul>
+*/
+EOF
+
+cat $* | \
 sed -n -e '/\/\*\*\*/,/\*\// p' | \
 sed -e 's/@section/@subsection/' \
     -e 's/@page/@section/'
 
-cat <<EOF
-////
-EOF
+# Local Variables:
+# coding: euc-jp
+# End: