summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg@mysql.com>2008-08-25 21:07:41 +0200
committerJoerg Bruehe <joerg@mysql.com>2008-08-25 21:07:41 +0200
commitff3d230a03a69330d30ccbb43ce8550cdd6536d4 (patch)
tree1b792179af0db813530aea4109904b7cfdf78065 /man
parenta0768d32c24b2548a47dbd99aa00d53c5019220d (diff)
downloadmariadb-git-ff3d230a03a69330d30ccbb43ce8550cdd6536d4.tar.gz
Bug#37098 Get rid of "Installed (but unpackaged)" files in the RPM build
Mostly, this affected files (programs, scripts, and manual pages) which got built during a RPM build but were not listed in the appropriate "%files" section of the "spec" file. This is fixed now, they are added. To make this consistent, this patch also makes the build of "innochecksum" (and its inclusion in a tar.gz or other package) depend on whether InnoDB is configured in the build. Also, some tools to create Windows packages are irrelevant in any binary Unix package (not the sources !), and so they are deleted before packaging.
Diffstat (limited to 'man')
-rw-r--r--man/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index 2d47a1ad9ba..d37ef81285b 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -21,5 +21,11 @@ man1_MANS = @man1_files@
man8_MANS = @man8_files@
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_*
+
# Don't update the files from bitkeeper
%::SCCS/s.%