Skip to content

Commit 55f7c2f

Browse files
author
Joerg Bruehe
committed
Get rid of manual pages which aren't used.
This is a partial correction to the original fix for bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build which used a wrong variable.
1 parent 69fbbdc commit 55f7c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

man/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ EXTRA_DIST = $(man1_MANS) $(man8_MANS)
2424
# 1) not needed in Unix binary packages,
2525
# 2) programs not generated in 5.0:
2626
install-data-hook:
27-
rm -f $(DESTDIR)$(manlibdir)/man1/make_win_*
28-
rm -f $(DESTDIR)$(manlibdir)/man1/ndb_print_*
27+
rm -f $(DESTDIR)$(mandir)/man1/make_win_*
28+
rm -f $(DESTDIR)$(mandir)/man1/ndb_print_*
2929

3030
# Don't update the files from bitkeeper
3131
%::SCCS/s.%

0 commit comments

Comments
 (0)