diff options
author | unknown <lenz@mysql.com> | 2003-06-18 09:49:56 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-06-18 09:49:56 +0200 |
commit | 254cf2d5c7be550952e56ef92df6658f08793675 (patch) | |
tree | b3bbf32934da5176dcd7f29976610111477364ff /scripts | |
parent | 4cc0cd7b0da21c41f68985b43f9d6736ff629e42 (diff) | |
parent | dbab44370bb755cb2eb02016f72869065b89a3e4 (diff) | |
download | mariadb-git-254cf2d5c7be550952e56ef92df6658f08793675.tar.gz |
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/make_win_src_distribution.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index f76fe02e2bd..1be301ee92a 100755 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -59,6 +59,8 @@ show_usage() echo "" echo " --debug Debug, without creating the package" echo " --tmp Specify the temporary location" + echo " --suffix Suffix name for the package" + echo " --dirname Directory name to copy files (intermediate)" echo " --silent Do not list verbosely files processed" echo " --tar Create tar.gz package instead of .zip" echo " --help Show this help message" @@ -249,7 +251,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 |