From e35c7e7c4fd6e3cef5c57f7604a21b77c1076103 Mon Sep 17 00:00:00 2001 From: acli Date: Sun, 23 Jan 2005 04:58:39 +0000 Subject: [PATCH] Forgot to take out this debugging code --- misc/translator/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/translator/Makefile b/misc/translator/Makefile index 985c0371a3..d97a666bee 100644 --- a/misc/translator/Makefile +++ b/misc/translator/Makefile @@ -1,7 +1,7 @@ all: translator_doc.txt %.txt: %.html - set -x; sed -e 's/
/&
/g' -e 's/<\/blockquote>/<\/pre><\/table>&/g' $<|tee foo|LANG=C w3m -T text/html -cols 80 | sed -e 's/  *$$//g' | cat -s > $@
+	set -x; sed -e 's/
/&
/g' -e 's/<\/blockquote>/<\/pre><\/table>&/g' $<|LANG=C w3m -T text/html -cols 80 | sed -e 's/  *$$//g' | cat -s > $@
 
 clean:
 	rm translator_doc.txt
-- 
2.39.5