summaryrefslogtreecommitdiff
path: root/scripts/make_win_src_distribution.sh
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2003-11-25 17:52:12 +0100
committerunknown <lenz@mysql.com>2003-11-25 17:52:12 +0100
commitea280fd3ff1ab19370fba66e7f001351f8a23413 (patch)
tree3a5cad16efc858482fd1f53cbc27deb8a4720084 /scripts/make_win_src_distribution.sh
parent534ea9689face130dc8f64c2ed600b5956990333 (diff)
downloadmariadb-git-ea280fd3ff1ab19370fba66e7f001351f8a23413.tar.gz
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically generated from). Docs/Makefile.am: - don't create COPYING.LIB anymore (was removed from manual.texi) Makefile.am: - Removed COPYING.LIB from the source distribution scripts/make_binary_distribution.sh: - Removed COPYING.LIB from the binary distribution scripts/make_win_src_distribution.sh: - Removed COPYING.LIB from the windows source distribution support-files/mysql.spec.sh: - Removed COPYING.LIB from the Server RPM
Diffstat (limited to 'scripts/make_win_src_distribution.sh')
-rwxr-xr-xscripts/make_win_src_distribution.sh2
1 files changed, 1 insertions, 1 deletions
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 \