Commit b4364c8c authored by unknown's avatar unknown

- 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.


COPYING.LIB:
  Rename: mysys/COPYING.LIB -> COPYING.LIB
Docs/Makefile.am:
   - Don't build COPYING.LIB from manual.texi anymore (section was removed
     from the manual)
parent d544ef76
......@@ -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.%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment