Kludge to make automake generate install-man rules
authorJim Meyering <meyering@redhat.com>
Thu, 20 Mar 2008 17:01:35 +0000 (18:01 +0100)
committerJim Meyering <meyering@redhat.com>
Thu, 20 Mar 2008 17:01:35 +0000 (18:01 +0100)
commit4682f132f2d06cb7c93b94f1cf35795116291f74
tree286ff1b93efb56767234c2df7beb3e857ccff1dd
parent8058da00651579c6f36f9e45707346c47fba861b
Kludge to make automake generate install-man rules

* man/Makefile.am (dist_man_MANS): Add a literal, rm.1.
Without this, "make install" would not install man pages.
However, with this kludge, the rm.1 man page is installed
even when you configure with --enable-no-install-program=rm.
man/Makefile.am