diff options
author | unknown <lenz@mysql.com> | 2005-04-13 19:46:26 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2005-04-13 19:46:26 +0200 |
commit | 3d73ea281d4ed65497b92d592c1bbf1caa0e5b2d (patch) | |
tree | 062cab7826ac51a8508bc7ee6ea88cd0b833514c /scripts/Makefile.am | |
parent | 26d7574462a8abb69c55f5280d43ce15b66b3a29 (diff) | |
parent | c80e4f1affc9b037f56428f18642c5768300bdac (diff) | |
download | mariadb-git-3d73ea281d4ed65497b92d592c1bbf1caa0e5b2d.tar.gz |
- After merge fixes
BitKeeper/deleted/.del-Do-compile~d1a6d7e535befea3:
Auto merged
BitKeeper/deleted/.del-Makefile.am~8eda4336dfcaefc:
Auto merged
BitKeeper/deleted/.del-mysqld_error.txt~95f167eb567c789d:
Auto merged
scripts/Makefile.am:
Auto merged
scripts/make_win_src_distribution.sh:
Auto merged
BitKeeper/deleted/.del-texi2html~74632fe370dcec73:
Auto merged
configure.in:
- manual merge
support-files/mysql.spec.sh:
- manual merge
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index c26cc8afedb..82a4fc2ca92 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 DISTCLEANFILES = 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 |