diff options
author | andreas <andreas@FreeBSD.org> | 1998-05-17 20:15:24 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 1998-05-17 20:15:24 +0000 |
commit | 6746f0d68bb472afd6f152a6fcf462ed41379e4f (patch) | |
tree | d37869e789d71a1dfd50920f60cd6e92540a079a /print | |
parent | b2dc42752760d45e0671f3ab6f742bbe8bd2f385 (diff) | |
download | FreeBSD-ports-6746f0d68bb472afd6f152a6fcf462ed41379e4f.zip FreeBSD-ports-6746f0d68bb472afd6f152a6fcf462ed41379e4f.tar.gz |
Enable html2ps
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 a12b42c..73d00e8 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.58 1998/04/30 08:25:18 tg Exp $ +# $Id: Makefile,v 1.59 1998/05/06 12:43:57 tg Exp $ # # the reversed ordering of a2ps43 and a2ps is intentional -- this @@ -28,6 +28,7 @@ SUBDIR += gp SUBDIR += gv SUBDIR += html2latex + SUBDIR += html2ps SUBDIR += latex SUBDIR += lout SUBDIR += lprps |