diff options
author | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2004-08-05 11:22:02 +0200 |
commit | dc82282e9e7add19491f033b1f1fce2f1f63ba56 (patch) | |
tree | e73b037c284a38e05f6afa4ec8011059fb4937bc /Docs/Makefile.am | |
parent | d3095410ca345b4111b443360235099cb7587333 (diff) | |
download | mariadb-git-dc82282e9e7add19491f033b1f1fce2f1f63ba56.tar.gz |
- More changes to include the FLOSS License Exception in the
various distributions
Docs/Makefile.am:
- Honoured node name change in manual.texi FOSS->FLOSS
Makefile.am:
- actually add EXCEPTIONS to the source distribution
scripts/make_win_src_distribution.sh:
- add EXCEPTIONS to the Windows source distribution, too
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index fe203a4d0bf..06e4b4cfd6a 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -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" > $@ |