summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2008-08-27 16:03:39 +0200
committerJoerg Bruehe <joerg@mysql.com>2008-08-27 16:03:39 +0200
commit4120228e12fd53e0677d3ba803e6801f5c828969 (patch)
tree77d1b65db88cd4baa07ab38631578f6c5cfec1a5 /man
parenta3cd2e2dab67a8d4abbd3c13e2455296a3304c56 (diff)
parent7077649ef1a6201ba7f2c5792e8935ea0b4689cf (diff)
downloadmariadb-git-4120228e12fd53e0677d3ba803e6801f5c828969.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. configure.in: Add an "automake condition" whether InnoDB is configured so that we can evaluate it for the (non)generation of "innochecksum". In 5.1, the test command must differ from 5.0.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am4
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.%