diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 13:00:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-09 13:00:37 +0000 |
commit | 457892bb86159c787c3fc5f51c9ebb3519c5b33d (patch) | |
tree | e349d14f18a88a7d8aa41d95c0451f7b0af9d56c /japanese | |
parent | Japanese version of xdvi with vector font support. (diff) |
Added dvi2ps and vfxdvi (now that's one hard-to-type word!).
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/Makefile b/japanese/Makefile index 448cd5574b10..619177b927a6 100644 --- a/japanese/Makefile +++ b/japanese/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.36 1996/10/18 15:05:24 asami Exp $ +# $Id: Makefile,v 1.37 1996/11/02 12:35:41 asami Exp $ # SUBDIR += Canna SUBDIR += Wnn SUBDIR += chimera + SUBDIR += dvi2ps SUBDIR += dvi2tty SUBDIR += ejdict SUBDIR += elvis @@ -52,6 +53,7 @@ SUBDIR += today SUBDIR += vfghostscript SUBDIR += vflib + SUBDIR += vfxdvi SUBDIR += xdvi .include <bsd.port.subdir.mk> |