diff options
author | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
---|---|---|
committer | lenz@mysql.com <> | 2003-11-25 17:52:12 +0100 |
commit | 531eb44301e559cc10a6c5905b6a87787ae17be6 (patch) | |
tree | 3a5cad16efc858482fd1f53cbc27deb8a4720084 /Docs/Makefile.am | |
parent | 12fb40460b356b445f5d0f76795fccdd3f96576e (diff) | |
download | mariadb-git-531eb44301e559cc10a6c5905b6a87787ae17be6.tar.gz |
- Removed COPYING.LIB from all source and binary distributions
after it was removed from manual.texi (where it was automatically
generated from).
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 07dac2d9df1..bf7aaa747e3 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -204,9 +204,6 @@ INSTALL-BINARY: mysql.info $(GT) ../COPYING: mysql.info $(GT) perl -w $(GT) mysql.info "GPL license" "LGPL license" > $@ -../COPYING.LIB: mysql.info $(GT) - perl -w $(GT) mysql.info "LGPL license" "Function Index" > $@ - ../support-files/MacOSX/ReadMe.txt: mysql.info $(GT) perl -w $(GT) mysql.info "Mac OS X installation" "NetWare installation" > $@ |