diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-11-18 00:39:50 +0800 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-11-18 00:39:50 +0800 |
commit | 55f039ce84f36dfa365177205b28ec2a245eb23c (patch) | |
tree | 241107af43b49fdcf2e2bcba9a5fd0cf39836c74 /japanese/jisx0213-fonts/files | |
parent | 17fb3579d43ecc53adf6723f039e6e54a46ab8fb (diff) | |
download | freebsd-ports-gnome-55f039ce84f36dfa365177205b28ec2a245eb23c.tar.gz freebsd-ports-gnome-55f039ce84f36dfa365177205b28ec2a245eb23c.tar.zst freebsd-ports-gnome-55f039ce84f36dfa365177205b28ec2a245eb23c.zip |
Add 24dot fonts by YAGI Tatsuya-san.
Diffstat (limited to 'japanese/jisx0213-fonts/files')
-rw-r--r-- | japanese/jisx0213-fonts/files/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/jisx0213-fonts/files/Makefile.in b/japanese/jisx0213-fonts/files/Makefile.in index 184f7a14eeb5..efc9e7861db6 100644 --- a/japanese/jisx0213-fonts/files/Makefile.in +++ b/japanese/jisx0213-fonts/files/Makefile.in @@ -5,7 +5,8 @@ MKBOLD_CMD?= mkbold MKITALIC_CMD?= mkitalic DIST_ALL= K12-1.bdf K12-2.bdf K14-1.bdf K14-2.bdf \ - jiskan16-2000-1.bdf jiskan16-2000-2.bdf + jiskan16-2000-1.bdf jiskan16-2000-2.bdf \ + jiskan24-2000-1.bdf jiskan24-2000-2.bdf DIST_NOBOLD= ${DIST_ALL} MADE_BOLD= ${DIST_NOBOLD:S/.bdf/b.bdf/g} |