- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 22 Mar 2005 15:47:52 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing In directory homer:/tmp/cvs-serv2589 Modified Files: Makefile.base Log Message: Fixed spell checker Index: Makefile.base =================================================================== RCS file: /sources/public/2004/ws/addressing/Makefile.base,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Makefile.base 22 Mar 2005 14:05:42 -0000 1.9 --- Makefile.base 22 Mar 2005 15:47:50 -0000 1.10 *************** *** 14,18 **** LINKCHECKER=$(TOOLS)/checklink.pl TIDY=tidy -asxml -utf8 ! SPELL=aspell -H -d american -l HTML2PS=html2ps PS2PDF=ps2pdf --- 14,18 ---- LINKCHECKER=$(TOOLS)/checklink.pl TIDY=tidy -asxml -utf8 ! SPELL=aspell --mode=html --encoding=utf-8 --master=american list HTML2PS=html2ps PS2PDF=ps2pdf *************** *** 115,119 **** checkspell.txt: $(ADDR.html) ifndef QUICK ! @echo "Checking spelling $?";\ rm -f $@ ;\ $(SPELL) < $? | sort | uniq -c | sort -n > $@ --- 115,119 ---- checkspell.txt: $(ADDR.html) ifndef QUICK ! echo "Checking spelling $?";\ rm -f $@ ;\ $(SPELL) < $? | sort | uniq -c | sort -n > $@
Received on Tuesday, 22 March 2005 15:47:53 UTC