aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-06-21 10:10:37 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-06-21 10:10:37 +0000
commit0b6c4fa6b8ed26f71695e4f3e55bbc561e0e0f0f (patch)
tree5fda04f37435618302c8b2835a820bc78749daec
parent200180e808406c8b103fcb0fdaa812b4500baed4 (diff)
downloadellinika-0b6c4fa6b8ed26f71695e4f3e55bbc561e0e0f0f.tar.gz
ellinika-0b6c4fa6b8ed26f71695e4f3e55bbc561e0e0f0f.tar.bz2
* ellinika/dico.scm4: Rename to dico.scm. There is no use to
expand anything. Load path should be set by external means. * ellinika/dico.scm: Register "suffix" strategy. * ellinika/Makefile.am: Remove dico.scm rule. git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@523 941c8c0f-9102-463b-b60b-cd22ce0e6858
-rw-r--r--ChangeLog7
-rw-r--r--ellinika/Makefile.am1
-rw-r--r--ellinika/dico.scm (renamed from ellinika/dico.scm4)4
3 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 6dc08e7..cfdcbbe 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-21 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * ellinika/dico.scm4: Rename to dico.scm. There is no use to
+ expand anything. Load path should be set by external means.
+ * ellinika/dico.scm: Register "suffix" strategy.
+ * ellinika/Makefile.am: Remove dico.scm rule.
+
2008-06-20 Sergey Poznyakoff <gray@gnu.org.ua>
* ellinika/dico.scm4 (catch-sql-failure, ignore-sql-failure):
diff --git a/ellinika/Makefile.am b/ellinika/Makefile.am
index f2b9ab6..136b44f 100644
--- a/ellinika/Makefile.am
+++ b/ellinika/Makefile.am
@@ -41,4 +41,3 @@ SUFFIXES = .scm4 .scm
cgi.scm: cgi.scm4 cgi.m4
config.scm: config.scm4 cgi.m4
-dico.scm: dico.scm4 cgi.m4
diff --git a/ellinika/dico.scm4 b/ellinika/dico.scm
index 64fc071..9383d1f 100644
--- a/ellinika/dico.scm4
+++ b/ellinika/dico.scm
@@ -15,9 +15,6 @@
;;;; along with this program. If not, see <http://www.gnu.org/licenses/>.
;;;;
-;;; Tailor this statement to your needs if necessary.
-(set! %load-path (cons "GUILE_SITE" %load-path))
-
(define-module (ellinika dico))
(use-modules (guile-user)
@@ -303,6 +300,7 @@ Invariant Sections, no Front-Cover and Back-Cover Texts"))
;;
;; Setup
(ellinika-config-setup)
+(dico-register-strat "suffix" "Match word suffixes")

Return to:

Send suggestions and report system problems to the System administrator.