diff options
author | lenz@mysql.com <> | 2005-04-19 11:15:36 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-04-19 11:15:36 +0200 |
commit | f8bf8697c1815459ead7e7b8463ff0d8d970534f (patch) | |
tree | 73d4de5ff41cbb54bd228ecbbe3cc3ed9d630e9b /Docs | |
parent | 4bc0a01d33e7a7438b5d8c49a61772d4450e245a (diff) | |
download | mariadb-git-f8bf8697c1815459ead7e7b8463ff0d8d970534f.tar.gz |
- removed COPYING from txt_files of Docs/Makefile.am
(it's already in EXTRA_DIST of the toplevel Makefile.am)
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 4d6aa30a30f..a0d278285b4 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -15,7 +15,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) mysql.info INSTALL-BINARY all: txt_files -txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS-CLIENT \ +txt_files: ../INSTALL-SOURCE ../EXCEPTIONS-CLIENT \ INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt CLEAN_FILES: $(txt_files) |