diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-08 23:04:11 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-08 23:04:11 +0000 |
commit | 5d505c0ed6e7d56b69149fc093bc974ca3e48125 (patch) | |
tree | da7cb9a8f4c302068e00f043b116542256993a4a /print | |
parent | Lout is similar in concept to LaTeX, but it is much smaller (diff) |
Turned on lout.
Notes
Notes:
svn path=/head/; revision=4347
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 f57a811c6db3..f892780365e5 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.31 1996/08/16 07:23:50 asami Exp $ +# $Id: Makefile,v 1.32 1996/10/15 20:50:54 andreas Exp $ # SUBDIR += a2ps @@ -15,6 +15,7 @@ SUBDIR += html2latex SUBDIR += latex SUBDIR += latex209 + SUBDIR += lout SUBDIR += lyx SUBDIR += makeindex SUBDIR += mltex |