Overview of Changes in Namazu 2.0.18 - May 12, 2008 * Add 'Charset' directive. * "charset" was added to "ContentType" of the example in conf/namazurc-sample. * "charset" was added to the response header in Error messages for namazu.cgi. * Add HTML, BODY tags in Error messages for namazu.cgi. * '\'', '(', ')' is converted into "'", "(", ")" respectively. * Add po/{de, pl}.po files. (But, it doesn't translate.) * Change charset from SJIS to Shift_JIS in po/ja_SJIS.po. * Change soname (LTVERSION 8:0:1) * pltests/env.pl: The checked environment variable and version of the checked Perl module is added. * pltests/mknmz-8.pl.in: The confirmation whether the index has been updated is added. * pltests/namazu-cgi-12.pl.in: Add new test. * tests/mknmz-9: Expand test file. * filter/hnf.pl: Correspondence GRP and bug fix. * conf/*.win32: Add new files.
31 lines
914 B
Text
31 lines
914 B
Text
$NetBSD: patch-ab,v 1.2 2008/03/13 16:50:40 taca Exp $
|
|
|
|
--- conf/Makefile.in.orig 2008-03-12 01:11:57.000000000 +0900
|
|
+++ conf/Makefile.in
|
|
@@ -136,7 +136,7 @@ lispdir = @lispdir@
|
|
AUTOMAKE_OPTIONS = 1.4 no-dependencies
|
|
|
|
confdir = $(sysconfdir)/$(PACKAGE)
|
|
-conf_DATA = namazurc-sample mknmzrc-sample namazurc-sample.win32 mknmzrc-sample.win32
|
|
+noinst_DATA = namazurc-sample mknmzrc-sample
|
|
EXTRA_DIST = namazurc-sample namazurc-sample.win32
|
|
CLEANFILES = mknmzrc-sample mknmzrc-sample.win32
|
|
subdir = conf
|
|
@@ -146,7 +146,7 @@ CONFIG_CLEAN_FILES =
|
|
depcomp =
|
|
am__depfiles_maybe =
|
|
DIST_SOURCES =
|
|
-DATA = $(conf_DATA)
|
|
+DATA = $(noinst_DATA)
|
|
|
|
DIST_COMMON = Makefile.am Makefile.in
|
|
all: all-am
|
|
@@ -221,7 +221,7 @@ all-am: Makefile $(DATA)
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(confdir)
|
|
|
|
-install: install-am
|
|
+install:
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|