mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-28 12:35:36 +08:00
Revert recent man/Makefile.am change.
Revert4b544e447e
. * 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 in167b8025ac
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.
This commit is contained in:
parent
2c7bed000e
commit
8058da0065
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user