diff options
author | Jim Meyering <meyering@redhat.com> | 2008-03-20 17:49:30 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-03-20 17:59:44 +0100 |
commit | 8058da00651579c6f36f9e45707346c47fba861b (patch) | |
tree | 1e9d8e3307e0b2d8245934d8abb451b2521e98e1 /man | |
parent | 2c7bed000e8091a1400114694ea1f34a678e88c4 (diff) | |
download | coreutils-8058da00651579c6f36f9e45707346c47fba861b.tar.xz |
Revert recent man/Makefile.am change.
Revert 4b544e447eb78fd1f031a026a499f6aed177808a.
* man/Makefile.am: That change was only a band-aid. It solved
the stated problem, but not a deeper one: that "make install"
would no longer man pages. Reported by Dmitry V. Levin.
The latter problem arose in
167b8025aca487de001da2448c1aebc2747bc1d3 with the removal of
the sole literal from the definition of dist_man_MANS. When
automake perceives dist_man_MANS as empty, it no longer emits
the install-man* rules.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index c4da8f703..9076afcb0 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -16,7 +16,6 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. dist_man_MANS = $(MAN) -BUILT_SOURCES = $(MAN) man_aux = $(dist_man_MANS:.1=.x) |