diff options
author | tg <tg@FreeBSD.org> | 1996-04-17 16:31:58 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-04-17 16:31:58 +0800 |
commit | 1f177ea0a1cab11f4776a2b9720bb9796a5482e3 (patch) | |
tree | 2af1480efcf6739e826a2dc48932ae7f61d1efd7 /print | |
parent | ea5248efea2a921ea64c2b0412dfd2a2a11abb55 (diff) | |
download | freebsd-ports-gnome-1f177ea0a1cab11f4776a2b9720bb9796a5482e3.tar.gz freebsd-ports-gnome-1f177ea0a1cab11f4776a2b9720bb9796a5482e3.tar.zst freebsd-ports-gnome-1f177ea0a1cab11f4776a2b9720bb9796a5482e3.zip |
Add gv.
Diffstat (limited to 'print')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index 471be640030b..9fdec37c398d 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.26 1996/04/10 06:46:38 tg Exp $ +# $Id: Makefile,v 1.27 1996/04/12 23:14:08 asami Exp $ # SUBDIR += a2ps @@ -10,6 +10,7 @@ SUBDIR += ghostscript SUBDIR += ghostscript3 SUBDIR += ghostview + SUBDIR += gv SUBDIR += html2latex SUBDIR += latex SUBDIR += latex209 |