diff options
author | Joerg Bruehe <joerg@mysql.com> | 2008-08-27 16:03:39 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg@mysql.com> | 2008-08-27 16:03:39 +0200 |
commit | 811337dd72ebe1ff450691f5b44975b039d292d9 (patch) | |
tree | 77d1b65db88cd4baa07ab38631578f6c5cfec1a5 /man | |
parent | 3d215551bb0e3346bd0058ed3ab7afb256846088 (diff) | |
parent | ff3d230a03a69330d30ccbb43ce8550cdd6536d4 (diff) | |
download | mariadb-git-811337dd72ebe1ff450691f5b44975b039d292d9.tar.gz |
Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build
Merge it up from 5.0 to 5.1,
adapt to some version differences.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 2d47a1ad9ba..f21034d5535 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -21,5 +21,9 @@ man1_MANS = @man1_files@ man8_MANS = @man8_files@ EXTRA_DIST = $(man1_MANS) $(man8_MANS) +# "make_win_*" are not needed in Unix binary packages, +install-data-hook: + rm -f $(DESTDIR)$(manlibdir)/man1/make_win_* + # Don't update the files from bitkeeper %::SCCS/s.% |