diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-12-14 00:58:08 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-12-14 00:58:08 +0000 |
commit | 4658a9864b20a2b630f5c6255740062834fc6188 (patch) | |
tree | 779206d4eff33db22830c7f84d6da39ce3314556 /print/Makefile | |
parent | a4303275a8f6c58aa0ec59c855f8f0017ca89dc7 (diff) |
Notes
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/Makefile b/print/Makefile index a8a1d8384bf8..b797bd6a1b63 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.50 1997/11/06 14:50:09 tg Exp $ +# $Id: Makefile,v 1.51 1997/11/25 23:59:51 asami Exp $ # - SUBDIR += a2ps +# the reversed ordering of a2ps43 and a2ps is intentional -- this +# is to make sure the "Latest" link points to the latest version SUBDIR += a2ps43 + SUBDIR += a2ps SUBDIR += acroread SUBDIR += afm SUBDIR += apsfilter |