diff options
author | lenz@mysql.com <> | 2004-10-07 18:30:56 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2004-10-07 18:30:56 +0200 |
commit | 7c18f064e697b388197000f78427f967ff0d7d70 (patch) | |
tree | cdfab82c98fe8ecf918827ca8a218d1b153ca1e4 /scripts | |
parent | 983bb74cda3ddb87d52e8320df2ef69038fef6ca (diff) | |
download | mariadb-git-7c18f064e697b388197000f78427f967ff0d7d70.tar.gz |
- removed the Docs/Flags and Docs/RawFlags directories
- Updated Docs/Makefile.am and scripts/make_win_src_distribution.sh
accordingly
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_win_src_distribution.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index 8385a7f9bb0..e58d44f336b 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -306,8 +306,7 @@ done # Raw dirs from source tree # -for i in Docs/Flags scripts sql-bench SSL \ - tests +for i in scripts sql-bench SSL tests do print_debug "Copying directory '$i'" if [ -d $i ] |