# hdiff is # htmldiff -i -w '' -x '' -y '' -z '' "$@" # where htmldiff is 1999 softwre from pinard@iro.umontreal.ca, found # via Bert Bos's notes in # http://lists.w3.org/Archives/Public/spec-prod/2003JanMar/0005.html # all: for x in ../../TR/WD-rdf-syntax-grammar*/{example,rdfxml}* ; do y=`basename $$x`; echo $$y; hdiff ~/TR/PR-rdf-syntax-grammar*/$$y ../../TR/WD-rdf-syntax-grammar*/$$y > rdf-syntax-grammar-$$y; done for x in rdf-syntax-grammar rdf-schema rdf-mt rdf-primer rdf-testcases rdf-concepts; do echo $$x; hdiff ~/TR/PR-$$x-20031215/Overview.html ../../TR/WD-$$x-20030117/Overview.html > $$x.html; done