2006-12-31 01:02:27 +01:00
|
|
|
# Copyright (C) 2000-2001, 2003-2006 MySQL AB
|
2000-07-31 21:29:14 +02:00
|
|
|
#
|
|
|
|
# This library is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU Library General Public
|
2006-12-23 20:17:15 +01:00
|
|
|
# License as published by the Free Software Foundation; version 2
|
|
|
|
# of the License.
|
2000-07-31 21:29:14 +02:00
|
|
|
#
|
|
|
|
# This library is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
# Library General Public License for more details.
|
|
|
|
#
|
|
|
|
# You should have received a copy of the GNU Library General Public
|
|
|
|
# License along with this library; if not, write to the Free
|
|
|
|
# Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
|
|
|
|
# MA 02111-1307, USA
|
|
|
|
|
|
|
|
## Process this file with automake to create Makefile.in
|
|
|
|
|
2005-10-27 14:51:58 +02:00
|
|
|
man1_MANS = @man1_files@
|
2006-07-28 23:12:40 +02:00
|
|
|
man8_MANS = @man8_files@
|
|
|
|
EXTRA_DIST = $(man1_MANS) $(man8_MANS)
|
2001-03-06 19:38:53 +01:00
|
|
|
|
2008-08-25 21:07:41 +02:00
|
|
|
# 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_*
|
|
|
|
|
2001-03-06 19:38:53 +01:00
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.%
|