diff options
author | tg <tg@FreeBSD.org> | 1996-02-22 18:35:56 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1996-02-22 18:35:56 +0800 |
commit | 038055c66234dc0a30675c02be09d8946650b8d7 (patch) | |
tree | 80381a96c197e2094ccae710e5b92a8e0db7203b /print | |
parent | e5d4c0dc6d48002089b1fe6e2521095594e484b3 (diff) | |
download | freebsd-ports-gnome-038055c66234dc0a30675c02be09d8946650b8d7.tar.gz freebsd-ports-gnome-038055c66234dc0a30675c02be09d8946650b8d7.tar.zst freebsd-ports-gnome-038055c66234dc0a30675c02be09d8946650b8d7.zip |
Add teTeX.
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 70aec25bc1da..c11e57411cfa 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1995/10/20 10:36:46 asami Exp $ +# $Id: Makefile,v 1.23 1995/11/15 11:21:02 asami Exp $ # SUBDIR += a2ps @@ -17,6 +17,7 @@ SUBDIR += musixtex SUBDIR += psutils SUBDIR += rtf2latex + SUBDIR += teTeX SUBDIR += tex SUBDIR += texinfo SUBDIR += tr2latex |