diff options
author | unknown <lenz@mysql.com> | 2003-11-25 19:11:59 +0100 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-11-25 19:11:59 +0100 |
commit | 89bb913bbaa73660e6e469bc350ba65bc70f643d (patch) | |
tree | e696d72f5c5b0400e186c44a6bcdb2e645d67675 /Docs | |
parent | ea280fd3ff1ab19370fba66e7f001351f8a23413 (diff) | |
download | mariadb-git-89bb913bbaa73660e6e469bc350ba65bc70f643d.tar.gz |
- Removed COPYING.LIB from txt_files target in Docs/Makefile.am
Docs/Makefile.am:
- Removed COPYING.LIB from txt_files target
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 bf7aaa747e3..ff2b4fa4530 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -26,7 +26,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \ all: $(targets) txt_files -txt_files: ../INSTALL-SOURCE ../COPYING ../COPYING.LIB \ +txt_files: ../INSTALL-SOURCE ../COPYING \ INSTALL-BINARY ../support-files/MacOSX/ReadMe.txt CLEAN_FILES: $(BUILD_SOURCES) |