5227fda5eca1e835cc1ea4264a3f96f1b06341c9
[m17n/m17n-docs.git] / utils / db-flt.sh
1 #!/bin/sh
2
3 cat <<EOF
4 /***en @page m17nDBFLT Font Layout Tables provided by the m17n databasse
5
6 Here's a list of font layout tables (FLT) provided by the m17n
7 databasse and their brief descriptions.  */
8
9 /***ja @page m17nDBFLT M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë FLT
10
11 M17N ¥Ç¡¼¥¿¥Ù¡¼¥¹¤¬Ä󶡤¹¤ë Font Layout Table (FLT) ¤Î¥ê¥¹¥È¤È¤½¤ì¤¾¤ì
12 ¤Î´Êñ¤ÊÀâÌÀ¡£ */
13
14 /***
15 <ul>
16 EOF
17
18 for file in $*; do
19   sed -n '/^;; <li>/,/^$/ s/^;; *//p' < $file
20   echo
21 done
22
23 cat <<EOF
24 </ul>
25 */
26 EOF
27
28 # Local Variables:
29 # coding: euc-jp
30 # End: