]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] docs: fix a bug in generation of man pages
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 09:23:56 +0000 (11:23 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 9 Jun 2012 09:24:21 +0000 (11:24 +0200)
commit39ae8d503f3a5116513af73f934f1b9a4e6a21e4
tree6ba976ef452a4c3c6055e2186581fd96c80046d1
parent50b2839e3a2b0e79ac126918180ef460071132bb
[ng] docs: fix a bug in generation of man pages

* Makefile.am ($(versioned_mans)): Pass 'aclocal-$(APIVERSION)' and
'automake-$(APIVERSION)' to the 'help2man' invocation, rather than
'aclocal' and 'automake', since otherwise the system-wide automake
and aclocal programs would be used instead of the proper wrappers in
't/wrap'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
Makefile.am