diff options
author | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
commit | 531eb44301e559cc10a6c5905b6a87787ae17be6 (patch) | |
tree | 3a5cad16efc858482fd1f53cbc27deb8a4720084 /scripts | |
parent | 12fb40460b356b445f5d0f76795fccdd3f96576e (diff) | |
download | mariadb-git-531eb44301e559cc10a6c5905b6a87787ae17be6.tar.gz |
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
generated from).
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/make_binary_distribution.sh | 2 | ||||
-rwxr-xr-x | scripts/make_win_src_distribution.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 8735fc800ce..300fc4a7020 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -85,7 +85,7 @@ do fi done -for i in COPYING COPYING.LIB README Docs/INSTALL-BINARY \ +for i in COPYING README Docs/INSTALL-BINARY \ MySQLEULA.txt LICENSE.doc README.NW do if [ -f $i ] diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index c521c4cfdcb..3556b00cbc7 100755 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -282,7 +282,7 @@ touch $BASE/innobase/ib_config.h # cd $SOURCE -for i in COPYING COPYING.LIB ChangeLog README \ +for i in COPYING ChangeLog README \ INSTALL-SOURCE INSTALL-WIN \ INSTALL-WIN-SOURCE \ Docs/manual_toc.html Docs/manual.html \ |