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
# 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
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