diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 1996-07-18 04:24:32 +0000 | 
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 1996-07-18 04:24:32 +0000 | 
| commit | dd89dbec592bc5da7f53dba5d94cc6107783308a (patch) | |
| tree | ff49d4f933b677898828a8e16a3e9ad18b790f2e | |
| parent | Upgrade to 0.89c (diff) | |
Add ghostscript4.
Forgotten by:	andreas :)
Notes
Notes:
    svn path=/head/; revision=3399
| -rw-r--r-- | print/Makefile | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/print/Makefile b/print/Makefile index efa3c2111346..648fb623e0e1 100644 --- a/print/Makefile +++ b/print/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.28 1996/04/17 08:31:58 tg Exp $ +# $Id: Makefile,v 1.29 1996/06/14 09:20:18 jkh Exp $  #      SUBDIR += a2ps @@ -9,6 +9,7 @@      SUBDIR += dviselect      SUBDIR += ghostscript      SUBDIR += ghostscript3 +    SUBDIR += ghostscript4      SUBDIR += ghostview      SUBDIR += gv      SUBDIR += html2latex | 
