mirror of
https://github.com/MariaDB/server.git
synced 2026-04-20 07:15:33 +02:00
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. man/Makefile.am: Correction to the original fix: The variable to use is "$(mandir)", "$(manlibdir)" was wrong.
This commit is contained in:
parent
c7163c630a
commit
73f4511394
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ EXTRA_DIST = $(man1_MANS) $(man8_MANS)
|
|||
# 1) not needed in Unix binary packages,
|
||||
# 2) programs not generated in 5.0:
|
||||
install-data-hook:
|
||||
rm -f $(DESTDIR)$(manlibdir)/man1/make_win_*
|
||||
rm -f $(DESTDIR)$(manlibdir)/man1/ndb_print_*
|
||||
rm -f $(DESTDIR)$(mandir)/man1/make_win_*
|
||||
rm -f $(DESTDIR)$(mandir)/man1/ndb_print_*
|
||||
|
||||
# Don't update the files from bitkeeper
|
||||
%::SCCS/s.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue