aboutsummaryrefslogtreecommitdiff
path: root/elisp
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-10-13 12:40:07 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-10-13 12:40:07 +0000
commit22b95517335141cc673da2baa932e8a639dc8235 (patch)
tree856bb7251d6d91ab76b31694d9c7d2553b351f99 /elisp
parent8f01c7329a5457c0e5e65267e936144b6d77a461 (diff)
downloadellinika-22b95517335141cc673da2baa932e8a639dc8235.tar.gz
ellinika-22b95517335141cc673da2baa932e8a639dc8235.tar.bz2
Added to the repository
git-svn-id: file:///home/puszcza/svnroot/ellinika/trunk@235 941c8c0f-9102-463b-b60b-cd22ce0e6858
Diffstat (limited to 'elisp')
-rw-r--r--elisp/.cvsignore4
-rw-r--r--elisp/Makefile.am21
2 files changed, 25 insertions, 0 deletions
diff --git a/elisp/.cvsignore b/elisp/.cvsignore
new file mode 100644
index 0000000..b35d5ee
--- /dev/null
+++ b/elisp/.cvsignore
@@ -0,0 +1,4 @@
+Makefile
+Makefile.in
+elc-stamp
+*.elc \ No newline at end of file
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
new file mode 100644
index 0000000..aa986bd
--- /dev/null
+++ b/elisp/Makefile.am
@@ -0,0 +1,21 @@
+# This file is part of Ellinika project.
+# Copyright (C) 2004 Sergey Poznyakoff
+#
+# Ellinika is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# Ellinika is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with Ellinika; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+
+LISPSRC=ellinika-dict-mode.el
+lisp_LISP=@lisp_LISP@
+EXTRA_LISP=ellinika-dict-mode.el
+EXTRA_DIST=ellinika-dict-mode.el

Return to:

Send suggestions and report system problems to the System administrator.