*** empty log message ***
authorhanda <handa>
Tue, 20 Dec 2005 06:46:30 +0000 (06:46 +0000)
committerhanda <handa>
Tue, 20 Dec 2005 06:46:30 +0000 (06:46 +0000)
Makefile.am
doxyfile
images/bopo-kbd.png [new file with mode: 0644]
utils/dbdata.sh

index 401add9..2057184 100644 (file)
@@ -93,7 +93,7 @@ SRCALL = \
        data/dbformat.txt data/dbdata.txt fdl.txt
 
 DBDATA = $(shell echo @M17NDB@/*.{dir,mim,flt,fst,tbl})
-DBIMAGE = $(shell echo @M17NDB@/FORMATS/*.png @M17NDB@/FORMATS/*.eps)
+DBIMAGE = $(shell echo images/*.png images/*.eps)
 
 HTML_USR_TARGET = usr/html/index.html usr/html/parrot.png
 HTML_JA_TARGET = ja/html/index.html ja/html/parrot.png
index 5ed72de..3d20388 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -477,8 +477,7 @@ EXAMPLE_RECURSIVE      = NO
 # directories that contain image that are included in the documentation (see 
 # the \image command).
 
-IMAGE_PATH             = /project/mule/m17n-lib/docs/doxygen/images \
-                         ../m17n-db/FORMATS
+IMAGE_PATH             = images
 
 # The INPUT_FILTER tag can be used to specify a program that doxygen should 
 # invoke to filter for each input file. Doxygen will invoke the filter program 
diff --git a/images/bopo-kbd.png b/images/bopo-kbd.png
new file mode 100644 (file)
index 0000000..980e88f
Binary files /dev/null and b/images/bopo-kbd.png differ
index 0eea9a0..bb744db 100755 (executable)
@@ -4,7 +4,7 @@ cd $1
 set `ls $2`
 FILE=$1
 while shift 1; do
-    sed -n -e '/^(input-method/s/(input-method \([^ ]*\) \([^ )]*\)\( \([^)]*\)\))/\1 \2 \4/p' $FILE | (read LANG NAME EXTRA
+    sed -n -e '/^(input-method/s/(input-method \([^ ]*\) \([^ )]*\)\( \([^)]*\)\)*)/\1 \2 \4/p' $FILE | (read LANG NAME EXTRA
        if test -z "NAME"; then
            NAME=$EXTRA
        fi