aboutsummaryrefslogtreecommitdiff
path: root/russian/rispell/files/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'russian/rispell/files/patch-ac')
-rw-r--r--russian/rispell/files/patch-ac57
1 files changed, 19 insertions, 38 deletions
diff --git a/russian/rispell/files/patch-ac b/russian/rispell/files/patch-ac
index 3f93ab32f446..cb60812ac08f 100644
--- a/russian/rispell/files/patch-ac
+++ b/russian/rispell/files/patch-ac
@@ -1,38 +1,19 @@
-*** Makefile.orig Fri Oct 24 11:58:47 1997
---- Makefile Tue Dec 16 20:46:27 1997
-***************
-*** 1,7 ****
- ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
-! ELISP_DIR = /usr/share/emacs/site-lisp
-
-! IPATH = ./ispell-3.1
- KITDIR = ../save-kostya-dict
-
- first:
---- 1,7 ----
- ISPELL_TGZ = /usr/src/redhat/SOURCES/ispell-3.1.20.tar.gz
-! ELISP_DIR = NOTYET/usr/share/emacs/site-lisp
-
-! IPATH = ${PREFIX}/bin
- KITDIR = ../save-kostya-dict
-
- first:
-***************
-*** 33,40 ****
- make $(IPATH)
- cp local.h $(IPATH)
-
-! $(IPATH)/unsq: $(IPATH)/local.h
-! cd $(IPATH) ; make ; cd ..
-
- clean:
- rm -f russian.sml* russian.hash makedict
---- 33,40 ----
- make $(IPATH)
- cp local.h $(IPATH)
-
-! #$(IPATH)/unsq: $(IPATH)/local.h
-! # cd $(IPATH) ; make ; cd ..
-
- clean:
- rm -f russian.sml* russian.hash makedict
+--- Makefile.orig Fri Aug 20 00:23:35 1999
++++ Makefile Tue Jan 25 02:01:41 2000
+@@ -1,5 +1,5 @@
+-ELISP_DIR = /usr/share/emacs/site-lisp
+-ISPELL_DIR = /usr/lib/ispell
++ELISP_DIR = NOTYET/usr/share/emacs/site-lisp
++ISPELL_DIR = ${PREFIX}/lib
+
+ KITDIR = ../save-kostya-dict
+
+@@ -17,7 +17,7 @@
+ russian.sml: russian.sq.gz
+ gzip -dc russian.sq.gz | unsq > russian.sml
+
+-install: unsq russian.hash
++install: russian.hash
+ cp russian.hash russian.aff $(ISPELL_DIR)
+ if [ -d $(ELISP_DIR) ] ; then \
+ cd emacs ; make ELISP_DIR=$(ELISP_DIR) install ; cd .. ; \