--- a/Makefile +++ b/Makefile @@ -52,9 +52,6 @@ recode -d l1..h3 $@ @# declare encoding as utf-8, although it is pure ascii LC_ALL=C sed -i -e '/ /{N;N;s/\( \)\([0-9A-Z.]\+\)[ \n]\+/\2\1/}' $@ @# remove redundant span elements LC_ALL=C sed -i -e ':x;/]*\)\?$$/{N;bx;};:y;s/\(]*>\)\([^<]*\)<\/span>\1/\1\2/;ty' $@