~ubuntu-branches/ubuntu/maverick/mysql-5.1/maverick-proposed

« back to all changes in this revision

Viewing changes to scripts/make_win_bin_dist

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-02-22 14:16:05 UTC
  • mto: This revision was merged to the branch mainline in revision 20.
  • Revision ID: package-import@ubuntu.com-20120222141605-nxlu9yzc6attylc2
Tags: upstream-5.1.61
ImportĀ upstreamĀ versionĀ 5.1.61

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# Copyright (C) 2006 MySQL AB
 
2
# Copyright (c) 2006, 2011, Oracle and/or its affiliates. All rights reserved.
3
3
4
4
# This program is free software; you can redistribute it and/or modify
5
5
# it under the terms of the GNU General Public License as published by
185
185
cp Docs/manual.chm        $DESTDIR/Docs/ || /bin/true
186
186
cp ChangeLog              $DESTDIR/Docs/ || /bin/true
187
187
cp support-files/my-*.ini $DESTDIR/
 
188
cp README                 $DESTDIR/
188
189
 
189
190
if [ -f COPYING ] ; then
190
 
  cp COPYING EXCEPTIONS-CLIENT $DESTDIR/
191
 
  cp COPYING                   $DESTDIR/Docs/
 
191
  cp COPYING $DESTDIR/
 
192
  cp COPYING $DESTDIR/Docs/
192
193
fi
193
194
 
194
195
# ----------------------------------------------------------------------
263
264
   include/keycache.h \
264
265
   include/m_ctype.h \
265
266
   include/my_attribute.h \
 
267
   include/my_compiler.h \
266
268
   include/mysqld_error.h \
267
269
   include/sql_state.h \
268
270
   include/mysqld_ername.h \