summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStefano Lattarini <stefano.lattarini@gmail.com>2011-12-27 23:24:39 +0100
committerStefano Lattarini <stefano.lattarini@gmail.com>2011-12-27 23:24:39 +0100
commit4eb17acdd0f880faf94ddec41a2c063ebbcf993b (patch)
tree5af3712fa7b2b5b3b889d7ab5e9009f3261d340e /Makefile.am
parent07cee987e8b87aa78d641cd30fcb3b1d1c8c54fb (diff)
parentf533e9d43dfe84f0e1706855bdd49579df5c4f5b (diff)
downloadautomake-4eb17acdd0f880faf94ddec41a2c063ebbcf993b.tar.gz
Merge branch 'maint'
* maint: fix: last ChangeLog entry tests: drop unnecessary requirement in 'subpkg.test' gitlog-to-changelog: new auxiliary script, synced from gnulib docs: "aclocal --install -I /abs/dir" actually copies files docs: fix node names for automake and aclocal invocations
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index a24dc76b6..bf2eeb69e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -873,6 +873,7 @@ fetch:
$(WGET_SV_GIT_CF)config.sub -O config.sub && \
$(WGET_SV_CVS)texinfo/texinfo/doc/texinfo.tex -O texinfo.tex && \
$(WGET_SV_GIT_GL)doc/INSTALL -O INSTALL && \
+ $(WGET_SV_GIT_GL)build-aux/gitlog-to-changelog -O gitlog-to-changelog && \
$(WGET_GCC)config-ml.in -O config-ml.in && \
$(WGET_GCC)symlink-tree -O symlink-tree)
## Don't exit after test because we want to give as many errors as