diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 23:14:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-04-12 23:14:08 +0000 |
commit | 88ee3c705295aef9470e831966de17b0b08c36ff (patch) | |
tree | d3ffe391c17f4410cf270527146bcc028bbe9534 /print | |
parent | 60b6bf6d2e699d33177144fa56580f8a96f7a570 (diff) | |
download | ports-88ee3c705295aef9470e831966de17b0b08c36ff.tar.gz ports-88ee3c705295aef9470e831966de17b0b08c36ff.zip |
Added html2latex.
Forgotten by: joerg ( :> )
Notes
Notes:
svn path=/head/; revision=2995
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 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 |