aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.cvsignore2
-rw-r--r--ChangeLog23
-rw-r--r--cgi-bin/.cvsignore7
-rw-r--r--ellinika/.cvsignore2
4 files changed, 30 insertions, 4 deletions
diff --git a/.cvsignore b/.cvsignore
index 2094880..e485c10 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -6,9 +6,9 @@ db
*.tar.gz
Makefile.in
Makefile
-scripts
autom4te.cache
aclocal.m4
+build-aux
configure
config.h.in
stamp-h1
diff --git a/ChangeLog b/ChangeLog
index 18a4bfc..1690157 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,26 @@
+2006-10-09 Sergey Poznyakoff <gray@gnu.org.ua>
+
+ * cgi-bin/dict.scm4: New file
+ * cgi-bin/dict.cgi.in: Remove
+ * cgi-bin/nea.scm4: New file
+ * cgi-bin/nea.cgi.in: Remove
+ * ellinika/cgi.scm4: New file
+ * ellinika/cgi.scmi: Remove
+ * configure.ac: Use build-aux as an aux dir
+ New option --enable-cgi
+ * style.css (input): New rule
+ * cgi-bin/Makefile.am: Allow to build both interpreted (using
+ mod-guile) and CGI version of the scripts.
+ * ellinika/Makefile.am: Likewise.
+ * xml/Makefile.am (conf.sed): Define SCRIPT_DIR and SCRIPT_SUFFIX
+ * xml/lingua.conf.in (DIRECTORY CGIBIN): Configurable
+ (DICT): New element
+ (install-nea): New macro
+ * xml/nea.scm: Remove
+ * xml/pl/ellinika.xml, xml/ru/ellinika.xml, xml/uk/ellinika.xml:
+ Inline (install-nea) instead of loading ../nea.scm
+ * .cvsignore, cgi-bin/.cvsignore, ellinika/.cvsignore: Update
+
2006-04-18 Sergey Poznyakoff <gray@gnu.org.ua>
* style.css, xml/pl/profora.xml, xml/ru/profora.xml,
diff --git a/cgi-bin/.cvsignore b/cgi-bin/.cvsignore
index 742190a..1828d7b 100644
--- a/cgi-bin/.cvsignore
+++ b/cgi-bin/.cvsignore
@@ -1,6 +1,9 @@
-Makefile.in
-Makefile
.deps
+Makefile
+Makefile.in
dict.cgi
+dict.m4
+dict.scm
dict.sed
nea.cgi
+nea.scm
diff --git a/ellinika/.cvsignore b/ellinika/.cvsignore
index 4f01817..e091c11 100644
--- a/ellinika/.cvsignore
+++ b/ellinika/.cvsignore
@@ -1,4 +1,4 @@
Makefile
Makefile.in
cgi.scm
-cgi.sed
+cgi.m4

Return to:

Send suggestions and report system problems to the System administrator.