diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-17 20:15:24 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 1998-05-17 20:15:24 +0000 |
commit | 35dcb1e41192db9e377637082c59496a3888729e (patch) | |
tree | 0744dc4af358b78428f8e7e15da70020253a3dba /print/Makefile | |
parent | Import of html2ps 0.1 a HTML to PostScript converter with lot's of features. (diff) |
Enable html2ps
Notes
Notes:
svn path=/head/; revision=11025
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/Makefile b/print/Makefile index a12b42cee407..73d00e8b46a5 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 |