diff options
author | joerg@mysql.com <> | 2004-11-04 11:18:12 +0100 |
---|---|---|
committer | joerg@mysql.com <> | 2004-11-04 11:18:12 +0100 |
commit | cb0bd6f57d87ad2bc3691a9dce013ce7e9419cd7 (patch) | |
tree | feea390d2e2778a9d15017e7835031bc95356d31 /configure.in | |
parent | 10291f36647dfdf072db440c14a4faa5d072a371 (diff) | |
download | mariadb-git-cb0bd6f57d87ad2bc3691a9dce013ce7e9419cd7.tar.gz |
The files stored in "Docs/Images" within the "mysqldocs" BK tree must be included
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro
in a new "Docs/Images/Makefile". As the source BK tree does not contain these files,
they are copied from the "mysqldocs" tree at release build time.
This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index d4ede468435..0c520ca8980 100644 --- a/configure.in +++ b/configure.in @@ -2711,7 +2711,7 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl pstack/Makefile pstack/aout/Makefile sql/Makefile sql/share/Makefile dnl merge/Makefile dbug/Makefile scripts/Makefile dnl include/Makefile sql-bench/Makefile tools/Makefile dnl - tests/Makefile Docs/Makefile support-files/Makefile dnl + tests/Makefile Docs/Makefile Docs/Images/Makefile support-files/Makefile dnl support-files/MacOSX/Makefile mysql-test/Makefile dnl netware/Makefile dnl include/mysql_version.h dnl |