diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-23 04:23:59 +0000 |
commit | 535add65ac98d0ca871df3e8438ff56ba9129bcc (patch) | |
tree | 760c5b47c254af152605b0ddb356af68f100067f /russian/koi8r-ps/Makefile | |
parent | cf82726b69e5f993c5b9268a80d7dfc84ac09b31 (diff) |
Notes
Diffstat (limited to 'russian/koi8r-ps/Makefile')
-rw-r--r-- | russian/koi8r-ps/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/russian/koi8r-ps/Makefile b/russian/koi8r-ps/Makefile index 426c80e0e259..1868d0a05462 100644 --- a/russian/koi8r-ps/Makefile +++ b/russian/koi8r-ps/Makefile @@ -3,7 +3,7 @@ # Date created: 22 July 1999 # Whom: mi@aldan.algebra.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/07/30 17:04:02 ache Exp $ DISTNAME= koi8rPS-1.0 CATEGORIES= russian print @@ -70,7 +70,7 @@ do-install: ### ${PREFIX}/share/ghostscript/5.50/Fontmap ### for GhostScript to use cyrillic fonts. ################################################################# - @test -t 0 && test -t 1 && ${ECHO} -n "Press enter" && read junk || true + @test -t 0 && test -t 1 && ${ECHO} -n "Press enter" && read junk || ${TRUE} .else @if ${GREP} -q ArialCyrMT-BoldItalic "${FONTMAP}" ; then \ ${ECHO} Apparently, Fontmap already lists this fonts. Ok. \ |