Skip to content

Commit c0ecc6c

Browse files
committed
[css2] Trying with aspell instead of ispell.
--HG-- extra : convert_revision : svn%3A73dc7c4b-06e6-40f3-b4f7-9ed1dbc14bfc/trunk%402845
1 parent 4aabec5 commit c0ecc6c

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

css2/Makefile

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Makefile to generate the CSS2 document based on its "source files"
22
# Arnaud Le Hors - lehors@w3.org
3-
# $Id: Makefile,v 2.105 2008-03-28 19:43:50 bbos Exp $
3+
# $Id: Makefile,v 2.106 2008-06-25 16:18:14 bbos Exp $
44

55
# what needs to be set for every new release:
66
# Note use of full year (1998) in identifier.
@@ -139,7 +139,8 @@ PERL= perl
139139
NSGMLS=onsgmls
140140
HTMLDECL = sgml/HTML4.decl
141141
LINKLINT=$(PERL) bin/linklint
142-
SPELL = ispell -l -p
142+
# SPELL = ispell -l -p css.dico
143+
SPELL = aspell -H -p css.dico list
143144
DIFF = diff
144145
GREP = grep
145146
LS = ls
@@ -510,7 +511,7 @@ checkspell:
510511
-@for i in $(SPECSRCS) $(LONGDESCS); \
511512
do\
512513
echo "Checking spelling in $$i.";\
513-
cat $$i | $(SPELL) css.dico | sort -u;\
514+
cat $$i | $(SPELL) | sort -u;\
514515
done;
515516
-@echo "# End spell checking."
516517

0 commit comments

Comments
 (0)