From f20e91f7a398bf3c83595a389c54e11668cff8ff Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Pr=C3=A9vot?= <taffit@debian.org>
Date: Sat, 8 Dec 2012 16:51:04 -0400
Subject: [PATCH 1/3] Work around inexistent html-en-texte.sh script

---
 production-traduc.org.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/production-traduc.org.sh b/production-traduc.org.sh
index bbf6cee..5f31c49 100755
--- a/production-traduc.org.sh
+++ b/production-traduc.org.sh
@@ -143,7 +143,7 @@ case $TYPE_DOC in
 
 
 			echo "Production de la version texte"
-			html-en-texte.sh "$DOCUMENT.html" "$DOCUMENT.txt"
+			elinks -dump-charset iso-8859-15 -no-references -dump "$DOCUMENT.html" > "$DOCUMENT.txt"
 
                         echo "Production de la version FO"
                         java -classpath /usr/share/java/saxon.jar:/usr/share/java/docbook-xsl-saxon.jar:/usr/share/java/xercesImpl.jar com.icl.saxon.StyleSheet \
-- 
1.7.10.4

