merging 2.2 branch with head. Sorry for not making it before, many many commits done...
[koha.git] / misc / translator / Makefile
1 all: translator_doc.txt
2
3 %.txt: %.html
4         set -x; sed -e 's/<blockquote>/&<table border=0 width="100%"><tr><td nowrap><pre>/g' -e 's/<\/blockquote>/<\/pre><\/table>&/g' $<|LANG=C w3m -T text/html -cols 80 | sed -e 's/  *$$//g' | cat -s > $@
5
6 clean:
7         rm translator_doc.txt