From c5e668cfd92985ff7e3e4be7c6be8c3ea3e6d57f Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Tue, 6 Jan 2015 14:20:40 +0200 Subject: Minor changes * Makefile.am: Use silent rule markers * configure.ac: Enable silent rules, add Emacs magic for AC_REVISION * htdig: Remove. --- Makefile.am | 2 +- configure.ac | 14 ++++++++++++-- htdig/ellinika.conf | 53 ----------------------------------------------------- htdig/pl.conf | 17 ----------------- htdig/uk.conf | 19 ------------------- 5 files changed, 13 insertions(+), 92 deletions(-) delete mode 100644 htdig/ellinika.conf delete mode 100644 htdig/pl.conf delete mode 100644 htdig/uk.conf diff --git a/Makefile.am b/Makefile.am index 2e4dd7e..678c978 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ html_DATA = style.css .htaccess maint.css index.html maint.html 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 \ here=`pwd`; \ if test -d $(top_srcdir)/html/$$dir; then \ diff --git a/configure.ac b/configure.ac index 01b27a2..540b4f6 100644 --- a/configure.ac +++ b/configure.ac @@ -17,15 +17,18 @@ 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]) AC_CONFIG_SRCDIR(src/cgi-bin/dict.scm4) 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]) AC_CONFIG_MACRO_DIR([m4]) +# Enable silent rules by default: +AM_SILENT_RULES([yes]) + ## * Checks for programs. AC_PROG_CC AC_PROG_YACC @@ -146,3 +149,10 @@ AC_CONFIG_FILES(Makefile po/Makefile.in) 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: next -no_next_page_text: -prev_page_text: prev -no_prev_page_text: -page_number_text: '1' \ - '2' \ - '3' \ - '4' \ - '5' \ - '6' \ - '7' \ - '8' \ - '9' \ - '10' -# -# To make the current page stand out, we will put a border around the -# image for that page. -# -no_page_number_text: '1' \ - '2' \ - '3' \ - '4' \ - '5' \ - '6' \ - '7' \ - '8' \ - '9' \ - '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 -- cgit v1.2.1