|
|
|
@ -14,14 +14,7 @@ |
|
|
|
# along with this program; if not, write to the Free Software
|
|
|
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
|
|
|
|
|
|
noinst_SCRIPTS = Support/generate-text-files.pl |
|
|
|
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) mysql.info INSTALL-BINARY |
|
|
|
|
|
|
|
TXT_FILES= ../INSTALL-SOURCE ../INSTALL-WIN-SOURCE \
|
|
|
|
INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt |
|
|
|
|
|
|
|
all-local: $(TXT_FILES) |
|
|
|
EXTRA_DIST = mysql.info INSTALL-BINARY |
|
|
|
|
|
|
|
# make sure that "make install" installs the info page, too
|
|
|
|
# automake only seems to take care of this automatically,
|
|
|
|
@ -33,26 +26,5 @@ install-data-hook: $(srcdir)/mysql.info |
|
|
|
uninstall-local: |
|
|
|
@RM@ -f $(DESTDIR)$(infodir)/mysql.info |
|
|
|
|
|
|
|
# This target is not used in builds, just for convinience
|
|
|
|
CLEAN_FILES: $(TXT_FILES) |
|
|
|
touch $(TXT_FILES) |
|
|
|
|
|
|
|
GT = $(srcdir)/Support/generate-text-files.pl |
|
|
|
|
|
|
|
../INSTALL-SOURCE: $(srcdir)/mysql.info $(GT) |
|
|
|
perl -w $(GT) $(srcdir)/mysql.info "installing-source" "windows-source-build" > $@ |
|
|
|
|
|
|
|
../INSTALL-WIN-SOURCE: $(srcdir)/mysql.info $(GT) |
|
|
|
perl -w $(GT) $(srcdir)/mysql.info "windows-source-build" "post-installation" > $@ |
|
|
|
|
|
|
|
# We put the description for the binary installation here so that
|
|
|
|
# people who download source wont have to see it. It is moved up to
|
|
|
|
# the toplevel by the script that makes the binary tar files.
|
|
|
|
INSTALL-BINARY: $(srcdir)/mysql.info $(GT) |
|
|
|
perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@ |
|
|
|
|
|
|
|
../support-files/MacOSX/ReadMe.txt: $(srcdir)/mysql.info $(GT) |
|
|
|
perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@ |
|
|
|
|
|
|
|
# Don't update the files from bitkeeper
|
|
|
|
%::SCCS/s.% |