aboutsummaryrefslogtreecommitdiff
path: root/russian/rispell/files/patch-ac
blob: 81b583e508cb2287ae23c4f90c0ab637bf38c890 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- Makefile.orig	Thu Aug 19 15:23:35 1999
+++ Makefile	Tue Jul 24 15:30:22 2001
@@ -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}/share/ispell
 
 KITDIR      = ../save-kostya-dict
 
@@ -15,9 +15,9 @@
 	buildhash russian.sml russian.aff russian.hash
 
 russian.sml: russian.sq.gz
-	gzip -dc russian.sq.gz | unsq > russian.sml
+	gzip -dc russian.sq.gz | uniq > 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 .. ; \