diff options
author | asami <asami@FreeBSD.org> | 1996-04-13 07:14:08 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-04-13 07:14:08 +0800 |
commit | d33ea855d292bcde7fe430bdff7821dee59262a8 (patch) | |
tree | 50b688542b0a4d66c7efecd1e9c8adbb245a5751 /print/Makefile | |
parent | df95dc4eacddc9d0ed21667a2de34ea1c45b0f8e (diff) | |
download | freebsd-ports-gnome-d33ea855d292bcde7fe430bdff7821dee59262a8.tar.gz freebsd-ports-gnome-d33ea855d292bcde7fe430bdff7821dee59262a8.tar.zst freebsd-ports-gnome-d33ea855d292bcde7fe430bdff7821dee59262a8.zip |
Added html2latex.
Forgotten by: joerg ( :> )
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 1fc2e76c34b4..471be640030b 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.25 1996/03/21 17:28:28 asami Exp $ +# $Id: Makefile,v 1.26 1996/04/10 06:46:38 tg Exp $ # SUBDIR += a2ps @@ -10,6 +10,7 @@ SUBDIR += ghostscript SUBDIR += ghostscript3 SUBDIR += ghostview + SUBDIR += html2latex SUBDIR += latex SUBDIR += latex209 SUBDIR += makeindex |