From: handa Date: Wed, 2 Jul 2003 23:05:29 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: XML-base~143 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=8fe2d9b713fb28673fd78c21accbb908ce799e07;p=m17n%2Fm17n-docs.git *** empty log message *** --- diff --git a/Makefile.am b/Makefile.am index 573302a..a0f8c6d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ if MAINTAINER_MODE -SRCFILES = $(shell echo @M17NLIB@/src/*.[ch]) +SRCFILES = $(shell echo @M17NLIB@/src/*.[ch] @M17NLIB@/example/README.txt) PROJECT_NAME_EN = "The M17N Library" PROJECT_NAME_JA = "M17N ¿¸À¸ì¥é¥¤¥Ö¥é¥ê" diff --git a/data-usr/dbformat.txt b/data-usr/dbformat.txt index 9e74706..0ad20fb 100644 --- a/data-usr/dbformat.txt +++ b/data-usr/dbformat.txt @@ -185,7 +185,7 @@ as follows: @verbatim FONTSET ::= - PER-SCRIPT + + PER-SCRIPT * PER-CHARSET * FALLBACK * PER-SCRIPT ::= '(' SCRIPT PER-LANGUAGE + ')' @@ -193,6 +193,12 @@ PER-SCRIPT ::= PER-LANGUAGE ::= '(' LANGUAGE FONT-SPEC-ELEMENT + ')' +PER-CHARSET ::= + '(' CHARSET FONT-SPEC-ELEMENT + ')' + +FALLBACK ::= + FONT-SPEC-ELEMENT + FONT-SPEC-ELEMENT ::= '(' FONT-SPEC [ FLT-NAME ] ')' diff --git a/doxyfile.in b/doxyfile.in index 58b1350..0fb190e 100644 --- a/doxyfile.in +++ b/doxyfile.in @@ -316,6 +316,7 @@ INPUT += "@M17NLIB@/src/m17n-X.h" INPUT += "@M17NLIB@/src/m17n-err.h" INPUT += "@M17NLIB@/src/" INPUT += "data-%USR_JA_DEV%/dbformat.txt" +INPUT += "@M17NLIB@/example/README.txt" # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp