diff options
author | unknown <lenz@mysql.com> | 2005-04-13 20:14:45 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-04-13 20:14:45 +0200 |
commit | 200dca7f40f536ae34e7915dc86878cdfe1e2b31 (patch) | |
tree | 595959e62d7c0d20956b3d6d2085f9256fff3fd3 /scripts | |
parent | 338df0b77c4147315a2096f0ebd294e4009775e1 (diff) | |
parent | efc03df64563bc10fa6eb32b0f8eafcc8dfdc008 (diff) | |
download | mariadb-git-200dca7f40f536ae34e7915dc86878cdfe1e2b31.tar.gz |
Merge mysql.com:/space/my/mysql-4.1
into mysql.com:/space/my/mysql-4.1-build
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/Makefile.am | 7 | ||||
-rw-r--r-- | scripts/fill_help_tables.sql | 3 | ||||
-rw-r--r-- | scripts/make_win_src_distribution.sh | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index d5337df35b1..b170fa483b2 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -59,7 +59,6 @@ EXTRA_SCRIPTS = make_binary_distribution.sh \ mysqld_multi.sh \ mysql_tableinfo.sh \ mysqld_safe.sh \ - fill_help_tables.sh \ mysql_create_system_tables.sh EXTRA_DIST = $(EXTRA_SCRIPTS) \ @@ -87,7 +86,6 @@ CLEANFILES = @server_scripts@ \ mysqldumpslow \ mysqld_multi \ make_win_src_distribution \ - fill_help_tables \ mysql_create_system_tables SUPERCLEANFILES = mysqlbug @@ -151,7 +149,4 @@ SUFFIXES = .sh # Don't update the files from bitkeeper %::SCCS/s.% -all: fill_help_tables.sql make_win_src_distribution make_binary_distribution make_sharedlib_distribution - -fill_help_tables.sql: fill_help_tables ../Docs/manual.texi - ./fill_help_tables < ../Docs/manual.texi > fill_help_tables.sql +all: make_win_src_distribution make_binary_distribution make_sharedlib_distribution diff --git a/scripts/fill_help_tables.sql b/scripts/fill_help_tables.sql new file mode 100644 index 00000000000..9f527c288e9 --- /dev/null +++ b/scripts/fill_help_tables.sql @@ -0,0 +1,3 @@ +-- fill_help_tables.sql - this file is a placeholder to satisfy build dependencies - +-- it will be replaced with the appropriate content by the Boostrap script that +-- creates the official source distribution. diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh index a003e52196e..b8dd907920c 100644 --- a/scripts/make_win_src_distribution.sh +++ b/scripts/make_win_src_distribution.sh @@ -289,9 +289,7 @@ cd $SOURCE for i in COPYING ChangeLog README EXCEPTIONS-CLIENT\ INSTALL-SOURCE INSTALL-WIN \ INSTALL-WIN-SOURCE \ - Docs/manual_toc.html Docs/manual.html \ - Docs/manual.txt Docs/mysqld_error.txt \ - Docs/INSTALL-BINARY Docs/internals.texi + Docs/INSTALL-BINARY do print_debug "Copying file '$i'" if [ -f $i ] |