|
14 | 14 | # along with this program; if not, write to the Free Software |
15 | 15 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
16 | 16 |
|
17 | | -noinst_SCRIPTS = Support/generate-text-files.pl |
18 | | - |
19 | | -EXTRA_DIST = $(noinst_SCRIPTS) mysql.info INSTALL-BINARY |
20 | | - |
21 | | -TXT_FILES= ../INSTALL-SOURCE ../INSTALL-WIN-SOURCE \ |
22 | | - INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt |
23 | | - |
24 | | -all-local: $(TXT_FILES) |
| 17 | +EXTRA_DIST = mysql.info INSTALL-BINARY |
25 | 18 |
|
26 | 19 | # make sure that "make install" installs the info page, too |
27 | 20 | # automake only seems to take care of this automatically, |
28 | 21 | # if we're building the info page from texi directly. |
29 | | -install-data-hook: $(srcdir)/mysql.info |
| 22 | +install-data-hook: $(srcdir)/mysql.info $(srcdir)/INSTALL-BINARY |
30 | 23 | $(mkinstalldirs) $(DESTDIR)$(infodir) |
31 | 24 | $(INSTALL_DATA) $(srcdir)/mysql.info $(DESTDIR)$(infodir) |
| 25 | + $(INSTALL_DATA) $(srcdir)/INSTALL-BINARY $(DESTDIR)$(infodir) |
32 | 26 |
|
33 | 27 | uninstall-local: |
34 | 28 | @RM@ -f $(DESTDIR)$(infodir)/mysql.info |
35 | | - |
36 | | -# This target is not used in builds, just for convinience |
37 | | -CLEAN_FILES: $(TXT_FILES) |
38 | | - touch $(TXT_FILES) |
39 | | - |
40 | | -GT = $(srcdir)/Support/generate-text-files.pl |
41 | | - |
42 | | -../INSTALL-SOURCE: $(srcdir)/mysql.info $(GT) |
43 | | - perl -w $(GT) $(srcdir)/mysql.info "installing-source" "windows-source-build" > $@ |
44 | | - |
45 | | -../INSTALL-WIN-SOURCE: $(srcdir)/mysql.info $(GT) |
46 | | - perl -w $(GT) $(srcdir)/mysql.info "windows-source-build" "post-installation" > $@ |
47 | | - |
48 | | -# We put the description for the binary installation here so that |
49 | | -# people who download source wont have to see it. It is moved up to |
50 | | -# the toplevel by the script that makes the binary tar files. |
51 | | -INSTALL-BINARY: $(srcdir)/mysql.info $(GT) |
52 | | - perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@ |
53 | | - |
54 | | -../support-files/MacOSX/ReadMe.txt: $(srcdir)/mysql.info $(GT) |
55 | | - perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@ |
| 29 | + @RM@ -f $(DESTDIR)$(infodir)/INSTALL-BINARY |
56 | 30 |
|
57 | 31 | # Don't update the files from bitkeeper |
58 | 32 | %::SCCS/s.% |
0 commit comments