diff options
author | lenz@mysql.com <> | 2005-04-13 13:27:06 +0200 |
---|---|---|
committer | lenz@mysql.com <> | 2005-04-13 13:27:06 +0200 |
commit | ad75afe30817d829c75cb098d853d4a185a820ae (patch) | |
tree | bde25bb0d4718dc984c75224f0bb7c4298f5a73f /support-files | |
parent | f356fb08d6ba3b4b0259fe34a20cf5c8afd26487 (diff) | |
parent | 11df4eec8546fc6d6230753f7b5f7b60f2c6d658 (diff) | |
download | mariadb-git-ad75afe30817d829c75cb098d853d4a185a820ae.tar.gz |
Manual merge of the ChangeSet to remove the dependency on manual.texi from the source tree (from 4.0)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/mysql.spec.sh | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/support-files/mysql.spec.sh b/support-files/mysql.spec.sh index 07c8e6a46fb..c7e58f26a2f 100644 --- a/support-files/mysql.spec.sh +++ b/support-files/mysql.spec.sh @@ -363,11 +363,6 @@ fi (cd libmysql/.libs; tar cf $RBR/shared-libs.tar *.so*) (cd libmysql_r/.libs; tar rf $RBR/shared-libs.tar *.so*) -# Save manual to avoid rebuilding -mv Docs/manual.ps Docs/manual.ps.save -make clean -mv Docs/manual.ps.save Docs/manual.ps - # # Only link statically on our i386 build host (which has a specially # patched static glibc installed) - ia64 and x86_64 run glibc-2.3 (unpatched) @@ -533,8 +528,6 @@ fi %defattr(-,root,root,0755) %doc COPYING README -%doc Docs/manual.{html,ps,texi,txt} -%doc Docs/manual_toc.html %doc support-files/my-*.cnf %doc support-files/ndb-*.ini @@ -695,6 +688,11 @@ fi # itself - note that they must be ordered by date (important when # merging BK trees) %changelog +* Wed Mar 13 2005 Lenz Grimmer <lenz@mysql.com> + +- removed the MySQL manual files (html/ps/texi) - they have been removed + from the MySQL sources and are now available seperately. + * Mon Feb 14 2005 Lenz Grimmer <lenz@mysql.com> * Fixed the compilation comments and moved them into the separate build sections |