summaryrefslogtreecommitdiff
path: root/man/zh_CN/Makefile.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-20 12:58:09 +0000
committerColin Watson <cjwatson@debian.org>2014-02-20 12:58:09 +0000
commitf6e7947e44accb1edca6a5cb722b90f00ceb7893 (patch)
treedc8d822bf35efc693db04102ec75f3c00a215145 /man/zh_CN/Makefile.in
parent9396caadc5dbb98f7a0932952be15cff8f3428d2 (diff)
Move Autotools auxiliary build files from tools to build-aux.
This keeps man-db's own tools separate, reducing confusion, and "build-aux" is a more conventional location for the Autotools files.
Diffstat (limited to 'man/zh_CN/Makefile.in')
-rw-r--r--man/zh_CN/Makefile.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/man/zh_CN/Makefile.in b/man/zh_CN/Makefile.in
index 6412f7bf..38ce1e96 100644
--- a/man/zh_CN/Makefile.in
+++ b/man/zh_CN/Makefile.in
@@ -77,7 +77,7 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
DIST_COMMON = $(top_srcdir)/man/Rules.man $(srcdir)/Makefile.in \
- $(srcdir)/Makefile.am $(top_srcdir)/tools/test-driver
+ $(srcdir)/Makefile.am $(top_srcdir)/build-aux/test-driver
subdir = man/zh_CN
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/man-bdb.m4 \
@@ -476,7 +476,7 @@ RECHECK_LOGS = $(TEST_LOGS)
AM_RECURSIVE_TARGETS = check recheck
TEST_SUITE_LOG = test-suite.log
TEST_EXTENSIONS = @EXEEXT@ .test
-LOG_DRIVER = $(SHELL) $(top_srcdir)/tools/test-driver
+LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS)
am__set_b = \
case '$@' in \
@@ -491,7 +491,7 @@ am__set_b = \
am__test_logs1 = $(TESTS:=.log)
am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log)
TEST_LOGS = $(am__test_logs2:.test.log=.log)
-TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/tools/test-driver
+TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/build-aux/test-driver
TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \
$(TEST_LOG_FLAGS)
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)