diff options
author | kent@kent-amd64.(none) <> | 2006-11-27 23:12:05 +0100 |
---|---|---|
committer | kent@kent-amd64.(none) <> | 2006-11-27 23:12:05 +0100 |
commit | e99c548bcd414b2149ce7c1a09619101d765dfd0 (patch) | |
tree | bb94dba41000bf4e2bcc5bd5ebbfe118fb9db103 /Docs | |
parent | fc49099e2072eeeaa935da879b4ae22f15a7ade9 (diff) | |
parent | 5fcb7a4ef11df88f963f41252121fabc7e39b5c1 (diff) | |
download | mariadb-git-e99c548bcd414b2149ce7c1a09619101d765dfd0.tar.gz |
Merge mysql.com:/home/kent/bk/mysql-5.0
into mysql.com:/home/kent/bk/mysql-5.1
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 09291132e73..9ff8df52215 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -45,22 +45,22 @@ CLEAN_FILES: $(TXT_FILES) GT = $(srcdir)/generate-text-files.pl ../INSTALL-SOURCE: mysql.info $(GT) - perl -w $(GT) mysql.info "installing-source" "windows-source-build" > $@ + perl -w $(GT) $(srcdir)/mysql.info "installing-source" "windows-source-build" > $@ ../INSTALL-WIN-SOURCE: mysql.info $(GT) - perl -w $(GT) mysql.info "windows-source-build" "post-installation" > $@ + 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: mysql.info $(GT) - perl -w $(GT) mysql.info "installing-binary" "installing-source" > $@ + perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@ ../EXCEPTIONS-CLIENT: mysql.info $(GT) - perl -w $(GT) mysql.info "mysql-floss-license-exception" "function-index" > $@ + perl -w $(GT) $(srcdir)/mysql.info "mysql-floss-license-exception" "function-index" > $@ ../support-files/MacOSX/ReadMe.txt: mysql.info $(GT) - perl -w $(GT) mysql.info "mac-os-x-installation" "netware-installation" > $@ + perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@ # Include the Windows manual.chm in source .tar.gz only if available. # It is not in BitKeeper, but is downloaded from intranet by Bootstrap. |