summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-11-25 17:26:19 +0100
committerlenz@mysql.com <>2003-11-25 17:26:19 +0100
commit9d3e8110240479d801341cb363b73991d266fcb7 (patch)
treea135b3f67b014699d5b99861e89d109e40124b13
parent2e04da08736a067a8f9d89c13bef3630a8bba166 (diff)
downloadmariadb-git-9d3e8110240479d801341cb363b73991d266fcb7.tar.gz
- The LGPL section was removed from manual.texi, hence we now use a local
copy of COPYING.LIB (moved from the mysys subdirectory) instead of creating it on the fly out of the manual.
-rw-r--r--COPYING.LIB (renamed from mysys/COPYING.LIB)0
-rw-r--r--Docs/Makefile.am6
2 files changed, 1 insertions, 5 deletions
diff --git a/mysys/COPYING.LIB b/COPYING.LIB
index eb685a5ec98..eb685a5ec98 100644
--- a/mysys/COPYING.LIB
+++ b/COPYING.LIB
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index 17450c3b072..eea93380b35 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -25,8 +25,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt INSTALL-BINARY
all: $(targets) txt_files
-txt_files: ../INSTALL-SOURCE ../COPYING ../COPYING.LIB \
- INSTALL-BINARY
+txt_files: ../INSTALL-SOURCE ../COPYING INSTALL-BINARY
CLEAN_FILES: $(BUILD_SOURCES)
touch $(BUILD_SOURCES)
@@ -142,8 +141,5 @@ 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" > $@
-
# Don't update the files from bitkeeper
%::SCCS/s.%