summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorunknown <lenz@mysql.com>2005-04-13 18:29:23 +0200
committerunknown <lenz@mysql.com>2005-04-13 18:29:23 +0200
commita7fae731d8eb42c3f7827d962f9cd42d784ca8d3 (patch)
tree52a74673d834f9621165efb1c7ebcbdb3aae74bd /support-files
parentda48167883201853db5b69eab37e98093f837b66 (diff)
downloadmariadb-git-a7fae731d8eb42c3f7827d962f9cd42d784ca8d3.tar.gz
More changes to reflect the removal of manual.texi from the sources:
- Added a stub scripts/fill_help_tables.sql file to satisfy the build dependencies - Removed scripts/fill_help_tables.sh and updated scripts/Makefile.am accordingly The fill_help_tables.sql stub will be replaced with the approriate content when building the official source distribution via Bootstrap - it's now autogenerated on the documentation server and will be copied into place before packing up the source distribution. scripts/Makefile.am: - removed fill_help_tables.sh and the creation of fill_help_tables.sql from the Makefile (fill_help_tables.sql is now generated on the documentation server and will be added to the offical source distribution during the Bootstrap support-files/mysql.spec.sh: - fixed a typo
Diffstat (limited to 'support-files')
-rw-r--r--support-files/mysql.spec.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh
index c7e58f26a2f..f02acda07df 100644
--- a/support-files/mysql.spec.sh
+++ b/support-files/mysql.spec.sh
@@ -695,7 +695,7 @@ fi
* Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com>
-* Fixed the compilation comments and moved them into the separate build sections
+- Fixed the compilation comments and moved them into the separate build sections
for Max and Standard
* Mon Feb 7 2005 Tomas Ulin <tomas@mysql.com>