- More changes to include the FLOSS License Exception in the
various distributions
This commit is contained in:
parent
f3f009ace6
commit
26f0fdd5e8
@ -202,10 +202,10 @@ INSTALL-BINARY: mysql.info $(GT)
|
||||
perl -w $(GT) mysql.info "Installing binary" "Installing source" > $@
|
||||
|
||||
../COPYING: mysql.info $(GT)
|
||||
perl -w $(GT) mysql.info "GPL license" "MySQL FOSS License Exception" > $@
|
||||
perl -w $(GT) mysql.info "GPL license" "MySQL FLOSS License Exception" > $@
|
||||
|
||||
../EXCEPTIONS: mysql.info $(GT)
|
||||
perl -w $(GT) mysql.info "MySQL FOSS License Exception" "Function Index" > $@
|
||||
perl -w $(GT) mysql.info "MySQL FLOSS License Exception" "Function Index" > $@
|
||||
|
||||
../support-files/MacOSX/ReadMe.txt: mysql.info $(GT)
|
||||
perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@
|
||||
|
@ -19,7 +19,7 @@
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
# These are built from source in the Docs directory
|
||||
EXTRA_DIST = INSTALL-SOURCE README COPYING
|
||||
EXTRA_DIST = INSTALL-SOURCE README COPYING EXCEPTIONS
|
||||
SUBDIRS = . include @docs_dirs@ @readline_dir@ \
|
||||
@thread_dirs@ pstack @sql_client_dirs@ \
|
||||
@sql_server_dirs@ scripts man tests \
|
||||
|
@ -272,7 +272,7 @@ touch $BASE/innobase/ib_config.h
|
||||
#
|
||||
|
||||
cd $SOURCE
|
||||
for i in COPYING ChangeLog README \
|
||||
for i in COPYING ChangeLog README EXCEPTIONS\
|
||||
INSTALL-SOURCE INSTALL-WIN \
|
||||
INSTALL-WIN-SOURCE \
|
||||
Docs/manual_toc.html Docs/manual.html \
|
||||
|
Loading…
x
Reference in New Issue
Block a user