File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
139139NSGMLS =onsgmls
140140HTMLDECL = sgml/HTML4.decl
141141LINKLINT =$(PERL ) bin/linklint
142- SPELL = ispell -l -p
142+ # SPELL = ispell -l -p css.dico
143+ SPELL = aspell -H -p css.dico list
143144DIFF = diff
144145GREP = grep
145146LS = 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
You can’t perform that action at this time.
0 commit comments