Bug 9302: Use patron-title.inc
[koha.git] / misc / translator / Makefile
blobd97a666bee4708e6a045d4751da17347e6165a3f
1 all: translator_doc.txt
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 > $@
6 clean:
7 rm translator_doc.txt