diff options
author | markd <markd@pkgsrc.org> | 2022-04-16 01:37:30 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2022-04-16 01:37:30 +0000 |
commit | 0ac2576e05ed58574f78036bf736cb100fb3e784 (patch) | |
tree | 67803e6c944de2a53e3daf6451f458e1bd2ba274 /fonts/Makefile | |
parent | 4b05d5c40a510a1f34cd7256bcde2883f321ecda (diff) | |
download | pkgsrc-0ac2576e05ed58574f78036bf736cb100fb3e784.tar.gz |
tex-fandol{,-doc}: Add version 0.3
Fandol fonts designed for Chinese typesetting. The current
version contains four styles: Song, Hei, Kai, Fang. All fonts
are in OpenType format.
Diffstat (limited to 'fonts/Makefile')
-rw-r--r-- | fonts/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/Makefile b/fonts/Makefile index 03007d62a7c..0b926162645 100644 --- a/fonts/Makefile +++ b/fonts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.373 2022/04/16 01:33:51 markd Exp $ +# $NetBSD: Makefile,v 1.374 2022/04/16 01:37:30 markd Exp $ # COMMENT= Fonts @@ -489,6 +489,8 @@ SUBDIR+= tex-euro-ce-doc SUBDIR+= tex-eurosym SUBDIR+= tex-eurosym-doc SUBDIR+= tex-euxm +SUBDIR+= tex-fandol +SUBDIR+= tex-fandol-doc SUBDIR+= tex-fbb SUBDIR+= tex-fbb-doc SUBDIR+= tex-fc |