diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-02-28 22:13:35 +0100 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-02-28 22:13:35 +0100 |
commit | 444072f2990559984a928749873f2e710cc555ad (patch) | |
tree | c603588322e02fa48ec62f8020ffb8e0d9aaa56c /Docs/Makefile.am | |
parent | 1fad124e013b6977f0326a4547568c82d6a48dd3 (diff) | |
parent | f471a67fa6e5cc66866041ad1b94c99b9ff4850c (diff) | |
download | mariadb-git-444072f2990559984a928749873f2e710cc555ad.tar.gz |
Merge mysql.com:/home/kent/bk/tmp/mysql-4.0
into mysql.com:/home/kent/bk/tmp/mysql-4.1-build
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 85a362133a1..55d3909be77 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -51,9 +51,6 @@ GT = $(srcdir)/Support/generate-text-files.pl INSTALL-BINARY: $(srcdir)/mysql.info $(GT) perl -w $(GT) $(srcdir)/mysql.info "installing-binary" "installing-source" > $@ -../EXCEPTIONS-CLIENT: $(srcdir)/mysql.info $(GT) - perl -w $(GT) $(srcdir)/mysql.info "mysql-floss-license-exception" "function-index" > $@ - ../support-files/MacOSX/ReadMe.txt: $(srcdir)/mysql.info $(GT) perl -w $(GT) $(srcdir)/mysql.info "mac-os-x-installation" "netware-installation" > $@ |