aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
committerSergey Poznyakoff <gray@gnu.org>2015-01-06 14:20:40 +0200
commitc5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f (patch)
tree39926189df6fa19ea1246cdc03e3c7cf5eaea889
parentd2964dda42f601c514d3e822dc5efd75ef456a40 (diff)
downloadellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.gz
ellinika-c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f.tar.bz2
Minor changes
* Makefile.am: Use silent rule markers * configure.ac: Enable silent rules, add Emacs magic for AC_REVISION * htdig: Remove.
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac14
-rw-r--r--htdig/ellinika.conf53
-rw-r--r--htdig/pl.conf17
-rw-r--r--htdig/uk.conf19
5 files changed, 13 insertions, 92 deletions
diff --git a/Makefile.am b/Makefile.am
index 2e4dd7e..678c978 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -27,3 +27,3 @@ EXTRA_DIST=.htaccess.in maint.css index.html maint.html
install-html:
- top_srcdir=`cd $(top_srcdir);pwd`; \
+ $(AM_V_GEN)top_srcdir=`cd $(top_srcdir);pwd`; \
for dir in pl ru uk; do \
diff --git a/configure.ac b/configure.ac
index 01b27a2..540b4f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,3 +19,3 @@ AC_PREREQ(2.61)
-AC_REVISION($Revision: 557 $)
+AC_REVISION(2015-01-06 13:50:03 gray)
AC_INIT(ellinika, 1.99.99, [gray+ellinika@gnu.org.ua])
@@ -24,3 +24,3 @@ AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_SYSTEM
-AM_INIT_AUTOMAKE([1.11 no-exeext])
+AM_INIT_AUTOMAKE([1.11 silent-rules no-exeext])
AM_CONFIG_HEADER([config.h])
@@ -28,2 +28,5 @@ AC_CONFIG_MACRO_DIR([m4])
+# Enable silent rules by default:
+AM_SILENT_RULES([yes])
+
## * Checks for programs.
@@ -148 +151,8 @@ AC_CONFIG_FILES(Makefile
AC_OUTPUT
+
+dnl Local variables:
+dnl eval: (add-hook 'write-file-hooks 'time-stamp)
+dnl time-stamp-start: "AC_REVISION("
+dnl time-stamp-end: ")"
+dnl time-stamp-line-limit: 20
+dnl end:
diff --git a/htdig/ellinika.conf b/htdig/ellinika.conf
deleted file mode 100644
index 1645ea8..0000000
--- a/htdig/ellinika.conf
+++ /dev/null
@@ -1,53 +0,0 @@
-database_dir: /var/htdig/db
-start_url: http://ellinika.gnu.org.ua
-limit_urls_to: ${start_url}
-exclude_urls: /cgi-bin/ .cgi .scm
-bad_extensions: .wav .gz .z .sit .au .zip .tar .hqx .exe .com .png \
- .jpg .jpeg .aiff .class .map .ram .tgz .bin .rpm .mpg .mov \
- .avi .css .rss .mp3
-
-maintainer: gray@gnu.org.ua
-
-max_head_length: 10000
-max_doc_size: 200000
-no_excerpt_show_top: true
-
-search_algorithm: exact:1 accents:0.8 synonyms:0.5 endings:0.1
-
-allow_in_form: lang
-search_results_wrapper: /home/gray/public_html/ellinika/${lang}/htdig.html
-nothing_found_file: /home/gray/public_html/ellinika/${lang}/nomatch.html
-
-next_page_text: <img src="/htdig/graphics/buttonr.png" border="0" align="middle" width="30" height="30" alt="next">
-no_next_page_text:
-prev_page_text: <img src="/htdig/graphics/buttonl.png" border="0" align="middle" width="30" height="30" alt="prev">
-no_prev_page_text:
-page_number_text: '<img src="/htdig/graphics/button1.png" border="0" align="middle" width="30" height="30" alt="1">' \
- '<img src="/htdig/graphics/button2.png" border="0" align="middle" width="30" height="30" alt="2">' \
- '<img src="/htdig/graphics/button3.png" border="0" align="middle" width="30" height="30" alt="3">' \
- '<img src="/htdig/graphics/button4.png" border="0" align="middle" width="30" height="30" alt="4">' \
- '<img src="/htdig/graphics/button5.png" border="0" align="middle" width="30" height="30" alt="5">' \
- '<img src="/htdig/graphics/button6.png" border="0" align="middle" width="30" height="30" alt="6">' \
- '<img src="/htdig/graphics/button7.png" border="0" align="middle" width="30" height="30" alt="7">' \
- '<img src="/htdig/graphics/button8.png" border="0" align="middle" width="30" height="30" alt="8">' \
- '<img src="/htdig/graphics/button9.png" border="0" align="middle" width="30" height="30" alt="9">' \
- '<img src="/htdig/graphics/button10.png" border="0" align="middle" width="30" height="30" alt="10">'
-#
-# To make the current page stand out, we will put a border around the
-# image for that page.
-#
-no_page_number_text: '<img src="/htdig/graphics/button1.png" border="2" align="middle" width="30" height="30" alt="1">' \
- '<img src="/htdig/graphics/button2.png" border="2" align="middle" width="30" height="30" alt="2">' \
- '<img src="/htdig/graphics/button3.png" border="2" align="middle" width="30" height="30" alt="3">' \
- '<img src="/htdig/graphics/button4.png" border="2" align="middle" width="30" height="30" alt="4">' \
- '<img src="/htdig/graphics/button5.png" border="2" align="middle" width="30" height="30" alt="5">' \
- '<img src="/htdig/graphics/button6.png" border="2" align="middle" width="30" height="30" alt="6">' \
- '<img src="/htdig/graphics/button7.png" border="2" align="middle" width="30" height="30" alt="7">' \
- '<img src="/htdig/graphics/button8.png" border="2" align="middle" width="30" height="30" alt="8">' \
- '<img src="/htdig/graphics/button9.png" border="2" align="middle" width="30" height="30" alt="9">' \
- '<img src="/htdig/graphics/button10.png" border="2" align="middle" width="30" height="30" alt="10">'
-
-# local variables:
-# mode: text
-# eval: (if (eq window-system 'x) (progn (setq font-lock-keywords (list '("^#.*" . font-lock-keyword-face) '("^[a-zA-Z][^ :]+" . font-lock-function-name-face) '("[+$]*:" . font-lock-comment-face) )) (font-lock-mode)))
-# end:
diff --git a/htdig/pl.conf b/htdig/pl.conf
deleted file mode 100644
index 46fa9e9..0000000
--- a/htdig/pl.conf
+++ /dev/null
@@ -1,17 +0,0 @@
-include: ellinika.conf
-
-template_map: Pełny long builtin-long \
- Zwęzły short builtin-short
-
-sort_names: score Ocena \
- time Czas \
- title Tytuł \
- revscore 'Ocena odwrotna' \
- revtime 'Czas odwrotny' \
- revtitle 'Tytuł odwrotny'
-
-method_names: and 'Wszystkie słowa' \
- or 'Którekolwiek ze slów' \
- boolean 'Operacje logiczne'
-
-boolean_keywords: i albo nie \ No newline at end of file
diff --git a/htdig/uk.conf b/htdig/uk.conf
deleted file mode 100644
index bdccd0c..0000000
--- a/htdig/uk.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-include: ellinika.conf
-
-locale: uk_UA.UTF-8
-
-template_map: Повний long builtin-long \
- Скорочений short builtin-short
-
-sort_names: score Оцінка \
- time Час \
- title Назва \
- revscore 'Зворотна оцінка' \
- revtime 'Зворотний час' \
- revtitle 'Зворотна назва'
-
-method_names: and 'Всі слова' \
- or 'Будь-яке слово' \
- boolean 'Булеві операціЇ'
-
-boolean_keywords: і або не \ No newline at end of file

Return to:

Send suggestions and report system problems to the System administrator.