diff options
author | monty@mashka.mysql.fi <> | 2003-01-28 08:51:03 +0200 |
---|---|---|
committer | monty@mashka.mysql.fi <> | 2003-01-28 08:51:03 +0200 |
commit | 152f0603e7348ef58103ddf0c958a3373dd958bc (patch) | |
tree | cfcd7ea8160cf2c79be8d73ccca32445e830770a /Docs/Makefile.am | |
parent | 689578a0997f54c590bcf4791e30710602851bc4 (diff) | |
parent | 710ffb2d89a05ae723de98170b66a80f2f79beef (diff) | |
download | mariadb-git-152f0603e7348ef58103ddf0c958a3373dd958bc.tar.gz |
Merge with 3.23.56 (Replace manual with 'empty' document)
Fix for bug when using auto_increment column and LAST_INSERT_ID()
Diffstat (limited to 'Docs/Makefile.am')
-rw-r--r-- | Docs/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index 80832719893..7d1d2ee8cbd 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -27,7 +27,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \ all: $(targets) txt_files txt_files: ../INSTALL-SOURCE ../COPYING ../COPYING.LIB \ - INSTALL-BINARY # ../MIRRORS + INSTALL-BINARY CLEAN_FILES: $(BUILD_SOURCES) touch $(BUILD_SOURCES) @@ -254,8 +254,5 @@ INSTALL-BINARY: mysql.info $(GT) ../COPYING.LIB: mysql.info $(GT) perl -w $(GT) mysql.info "LGPL license" "Function Index" > $@ -#../MIRRORS: manual.texi $(srcdir)/Support/generate-mirror-listing.pl -# perl -w $(srcdir)/Support/generate-mirror-listing.pl manual.texi > $@ - # Don't update the files from bitkeeper %::SCCS/s.% |