From 7d70569eb0b7cd4fb2da8fdbe63332d1c1bbeddd Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Wed, 19 Aug 1998 20:37:36 +0000 Subject: Make the "make french/british" comment clearer. --- textproc/ispell/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index a74fb9c1acee..7b7f3fa760b7 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -4,7 +4,7 @@ # Date created: 6 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.22 1997/12/16 19:05:59 ache Exp $ +# $Id: Makefile,v 1.23 1997/12/16 20:17:36 ache Exp $ # DISTNAME= ispell-3.1 @@ -25,10 +25,10 @@ MAN4= ispell.4 english.4 pre-fetch pre-build pre-install: .if !defined(ISPELL_FR) - @echo '******************************************************' - @echo '* Note that you can build a french/english version *' - @echo '* by typing "make french" *' - @echo '******************************************************' + @echo '*********************************************************' + @echo '* Note that you can build a french or british version *' + @echo '* by typing "make french" or "make british" *' + @echo '*********************************************************' .else EXTRA_DICT= francais-IREQ-1.4.tar.gz MASTER_SITES+= ftp://ftp.robot.ireq.ca/pub/ispell/ -- cgit v1.2.3