diff options
author | venu@myvenu.com <> | 2003-06-17 12:22:57 -0700 |
---|---|---|
committer | venu@myvenu.com <> | 2003-06-17 12:22:57 -0700 |
commit | b648691535d41263abb17af2eb194d51563e114d (patch) | |
tree | c2f99820b0544fe8bfbbf5da83af3771610aa325 /scripts | |
parent | 319124508aef16ff1886bf4d681ca89c466da7ae (diff) | |
download | mariadb-git-b648691535d41263abb17af2eb194d51563e114d.tar.gz |
Added new HOWTO doc 'INSTALL-WIN-SOURCE' on building 'mysql clients and server' on WINDOWS from BitKeeper as well as from distributed source archive
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_src_distribution.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index f76fe02e2bd..6c119e2f80e 100755 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -249,7 +249,7 @@ touch $BASE/innobase/ib_config.h cd $SOURCE for i in COPYING ChangeLog README \ INSTALL-SOURCE INSTALL-WIN \ - INSTALL-SOURCE-WIN \ + INSTALL-WIN-SOURCE Docs/manual_toc.html Docs/manual.html \ Docs/mysqld_error.txt Docs/INSTALL-BINARY |