From: handa Date: Tue, 20 Dec 2005 06:46:30 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~44 X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-docs.git;a=commitdiff_plain;h=0b6d6f3dcd05cd5a392bfd4e6c0d50222ffeab56 *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 401add9..2057184 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/doxyfile b/doxyfile index 5ed72de..3d20388 100644 --- 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 index 0000000..980e88f Binary files /dev/null and b/images/bopo-kbd.png differ diff --git a/utils/dbdata.sh b/utils/dbdata.sh index 0eea9a0..bb744db 100755 --- a/utils/dbdata.sh +++ b/utils/dbdata.sh @@ -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