Reliable multi-file install for man pages.
commit2cfd4806452c2b206b0d77c57ec6129bf2fc0118
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Sep 2008 07:59:52 +0000 (7 09:59 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 7 Sep 2008 08:13:35 +0000 (7 10:13 +0200)
treeb593ce59adf6492688da302113e5bf3744f7c449
parent7c02797d0d5985627fdb50f15a15b6076f8f8843
Reliable multi-file install for man pages.

* lib/am/mans.am: Include inst-vars.am.
(install-man%SECTION%): Gather lists of man pages to install,
and install up to 40 of those that do not have to be renamed
at once.  Fail if installation of any file fails.
(uninstall-man%SECTION%): Rewrite to use fewer sed invocations.
* doc/automake.texi (Man pages): Hint the user to the fast path.
Indentation fix.
* tests/instmany-mans.test: New test.
* tests/Makefile.am: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
doc/automake.texi
lib/am/mans.am
tests/Makefile.am
tests/Makefile.in
tests/instmany-mans.test [new file with mode: 0755]