From 8b693487d39493f41b1aafe7d021488b64e39cf1 Mon Sep 17 00:00:00 2001 From: Stas Degteff Date: Mon, 5 Mar 2007 16:49:19 +0000 Subject: [PATCH] Add rules for transtating russian text between codepages --- docs/Makefile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/Makefile b/docs/Makefile index cd634e9..3c7eb6c 100755 --- a/docs/Makefile +++ b/docs/Makefile @@ -14,6 +14,15 @@ html-doc: $(HTMLS) txt: txt-doc txt-doc: $(TXTS) +rus: rusfaq.koi8r rusfaq.utf8 notework.koi8r notework.utf8 +rusfaq.koi8r: rusfaq.txt + iconv -f cp866 -t koi8-r -o rusfaq.koi8r rusfaq.txt +rusfaq.utf8: rusfaq.txt + iconv -f cp866 -t utf8 -o rusfaq.utf8 rusfaq.txt +notework.koi8r: notework.rus + iconv -f cp866 -t koi8-r -o notework.koi8r notework.rus +notework.utf8: notework.rus + iconv -f cp866 -t utf8 -o notework.utf8 notework.rus %.html: %.1 groff -Thtml -mman $< >$@