summaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
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 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a238966a..260b7202 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@ gen_start_date = '2013-12-09 00:52'
.PHONY: gen-ChangeLog
gen-ChangeLog:
$(AM_V_GEN)if test -d .git; then \
- $(top_srcdir)/tools/gitlog-to-changelog \
+ $(top_srcdir)/build-aux/gitlog-to-changelog \
--format='%s%n%n%b%n' \
--since="$(gen_start_date)" > $(distdir)/cl-t; \
rm -f $(distdir)/ChangeLog; \