summaryrefslogtreecommitdiff
path: root/russian/rus-ispell/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'russian/rus-ispell/files/patch-ab')
-rw-r--r--russian/rus-ispell/files/patch-ab26
1 files changed, 0 insertions, 26 deletions
diff --git a/russian/rus-ispell/files/patch-ab b/russian/rus-ispell/files/patch-ab
deleted file mode 100644
index 2042b8c0358a..000000000000
--- a/russian/rus-ispell/files/patch-ab
+++ /dev/null
@@ -1,26 +0,0 @@
---- Makefile.orig Tue Oct 19 23:58:46 1999
-+++ Makefile Tue May 1 03:28:34 2001
-@@ -22,7 +22,22 @@
- cp russian.hash russian.aff $(LIB)
-
- russian.dict.koi: $(DICT)
-- cat $^ $(YO2E) | ./sortkoi8 | uniq > $@
-+ cat $(DICT) > distwords.tmp
-+ifdef LOCAL_DICT
-+ cut -f 1 -d / < $(LOCAL_DICT) | sed "s/.*/^&(\/.*)?$$/" > mywords.tmp
-+ egrep -v -f mywords.tmp < distwords.tmp > repwords.tmp
-+ rm -f distwords.tmp mywords.tmp
-+else
-+ mv distwords.tmp repwords.tmp
-+endif
-+ifndef YO
-+ grep -h "[³£]" repwords.tmp $(LOCAL_DICT) $(YO2E) > ewords.tmp
-+else
-+ cp /dev/null ewords.tmp
-+endif
-+ cat repwords.tmp $(LOCAL_DICT) ewords.tmp | ./sortkoi8 | uniq > $@
-+ rm -f repwords.tmp ewords.tmp
-+
-
- check_dict: $(DICT)
- for i in `cat $(DICT) | sed 's,/.*$$,,' | sort | uniq -d`; do \