aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--elisp/Makefile.am5
-rw-r--r--xml/Makefile.am8
3 files changed, 22 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 447c1b6..85b151a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2004-10-23 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * elisp/Makefile.am: Updated
+ * xml/Makefile.am: Updated
+ * xml/alfabhta.xml: New file
+ * xml/intro.xml: New file
+ * xml/istoria.xml: New file
+ * xml/ellinika.ru.xml: Updated
+
+2004-10-22 Sergey Poznyakoff <gray@Mirddin.farlep.net>
+
+ * elisp/Makefile.am: forgotten to add ellinika-mode.el
+ * xml/Makefile.am: Use xmlt to translate the pages
+
2004-10-16 Sergey Poznyakoff <gray@Mirddin.farlep.net>
* elisp/ellinika-mode.el: Base mode for editing Ellinika XML files
diff --git a/elisp/Makefile.am b/elisp/Makefile.am
index aa986bd..77c18b4 100644
--- a/elisp/Makefile.am
+++ b/elisp/Makefile.am
@@ -15,7 +15,6 @@
# 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
+LISPSRC=ellinika-dict-mode.el ellinika-mode.el
lisp_LISP=@lisp_LISP@
-EXTRA_LISP=ellinika-dict-mode.el
-EXTRA_DIST=ellinika-dict-mode.el
+EXTRA_LISP=ellinika-dict-mode.el ellinika-mode.el
diff --git a/xml/Makefile.am b/xml/Makefile.am
index 2778614..a8b4ddc 100644
--- a/xml/Makefile.am
+++ b/xml/Makefile.am
@@ -15,13 +15,17 @@
# along with Ellinika; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-EXTRA_DIST=antonimies.xml\
+EXTRA_DIST=\
+ alfabhta.xml\
+ antonimies.xml\
arithmi.xml\
arthra.xml\
ellinika.el.xml\
ellinika.ru.xml\
epirrhmata.xml\
epitheta.xml\
+ intro.xml\
+ istoria.xml\
oysiastika.xml\
paroimies.xml\
rhmata.xml\
@@ -44,5 +48,5 @@ lingua.conf: $(srcdir)/lingua.conf.in conf.sed
all: stamp-lingua
stamp-lingua: $(EXTRA_DIST) lingua.conf
- lingua ellinika.ru.xml && echo "timestamp" > stamp-lingua
+ xmlt lingua ellinika.ru.xml && echo "timestamp" > stamp-lingua

Return to:

Send suggestions and report system problems to the System administrator.