diff options
author | unknown <lenz@mysql.com> | 2005-10-11 21:16:08 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-10-11 21:16:08 +0200 |
commit | 28dffbcd6683b351c71d5e11f2c89d8b013b599b (patch) | |
tree | 5969876dff0251099290cb925ea0a8b8fb5b9cce | |
parent | 9595cc332d5333eb6a361ec668351309831999c6 (diff) | |
download | mariadb-git-28dffbcd6683b351c71d5e11f2c89d8b013b599b.tar.gz |
- added Docs/manual.chm to the windows source distribution (BUG#13899)
scripts/make_win_src_distribution.sh:
- added Docs/manual.chm to the windows source distribution (BUG#13899). The file
is placed in there by the Bootstrap script, which pulls it from the mysqldoc
repository
-rw-r--r-- | 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 0800fec1ac6..f863e5385d4 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -275,7 +275,7 @@ cd $SOURCE for i in COPYING ChangeLog README EXCEPTIONS-CLIENT\ INSTALL-SOURCE INSTALL-WIN \ INSTALL-WIN-SOURCE \ - Docs/INSTALL-BINARY + Docs/INSTALL-BINARY Docs/manual.chm do print_debug "Copying file '$i'" |