diff options
author | lenz@mysql.com <> | 2003-11-25 19:20:07 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-11-25 19:20:07 +0100 |
commit | 53bcfb07d3d22f2130b8357083aa3cd0649788c6 (patch) | |
tree | 99695d0e04d88a800faa089b5f5c86340b442a36 /Docs | |
parent | 2dd79b37cf3c8bce8106dba304c25ca55c9bcc6c (diff) | |
parent | 8ff4b768ed0d23cb5ba5f048642c105f02eae1af (diff) | |
download | mariadb-git-53bcfb07d3d22f2130b8357083aa3cd0649788c6.tar.gz |
Merge mysql.com:/space/my/mysql-4.0 into mysql.com:/space/my/mysql-4.1
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 922988bf612..606279f967e 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -201,7 +201,7 @@ 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" "LGPL license" > $@ + perl -w $(GT) mysql.info "GPL license" "Function Index" > $@ ../support-files/MacOSX/ReadMe.txt: mysql.info $(GT) perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@ |