install-mans: avoid spurious failure with NetBSD make
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 18 Mar 2012 21:19:45 +0000 (22:19 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 18 Mar 2012 21:19:45 +0000 (22:19 +0100)
commit45ffbe9f8746224daf11a3980d69b10fc0520384
tree2c9d708152b0b68e6c1f00a056701ba388bf8a79
parent368f1c4c295e3cc4c442af986a1cbb0daa16e3ad
install-mans: avoid spurious failure with NetBSD make

* lib/am/mans.am: After the changes introduced by previous commit
v1.11-759-g368f1c4, some manpage installation recipes started to
fail spuriously on NetBSD 5.1 make.  Apparently, the system make
there eats backslashes used to escape whitespace characters in the
relevant recipes.  Revert to slightly slower but safer idioms that
avoid the need of such escaping.

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