Commit 49472b07 authored by unknown's avatar unknown

Merge mysql.com:/home/kent/bk/bug25205/mysql-4.0

into  mysql.com:/home/kent/bk/bug25205/mysql-4.1-build

parents 8f040941 d6c83016
...@@ -19,14 +19,12 @@ EXTRA_DIST = mysql.info INSTALL-BINARY ...@@ -19,14 +19,12 @@ EXTRA_DIST = mysql.info INSTALL-BINARY
# make sure that "make install" installs the info page, too # make sure that "make install" installs the info page, too
# automake only seems to take care of this automatically, # automake only seems to take care of this automatically,
# if we're building the info page from texi directly. # if we're building the info page from texi directly.
install-data-hook: $(srcdir)/mysql.info $(srcdir)/INSTALL-BINARY install-data-hook: $(srcdir)/mysql.info
$(mkinstalldirs) $(DESTDIR)$(infodir) $(mkinstalldirs) $(DESTDIR)$(infodir)
$(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir) $(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir)
$(INSTALL_DATA) $(srcdir)/INSTALL-BINARY $(DESTDIR)$(infodir)
uninstall-local: uninstall-local:
@RM@ -f $(DESTDIR)$(infodir)/mysql.info @RM@ -f $(DESTDIR)$(infodir)/mysql.info
@RM@ -f $(DESTDIR)$(infodir)/INSTALL-BINARY
# Don't update the files from bitkeeper # Don't update the files from bitkeeper
%::SCCS/s.% %::SCCS/s.%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment