diff options
author | unknown <joerg@trift-lap.fambruehe> | 2006-09-14 16:34:35 +0200 |
---|---|---|
committer | unknown <joerg@trift-lap.fambruehe> | 2006-09-14 16:34:35 +0200 |
commit | dbe0b91e315c74a94fb57b81f2b71e194fa2a986 (patch) | |
tree | e3716a57260fe6092093dd960f2c3bb92ee3ca9e /configure.in | |
parent | 9a05a2d16791735aba462b93130f85283da159f2 (diff) | |
download | mariadb-git-dbe0b91e315c74a94fb57b81f2b71e194fa2a986.tar.gz |
Include "manual.chm" in the source distribution, because we now use it for Windows builds unchanged.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index ce1a5ea2479..2af152713aa 100644 --- a/configure.in +++ b/configure.in @@ -1216,6 +1216,7 @@ EOF # echo -n "making sure specific build files are writable... " for file in \ + Docs/manual.chm \ Docs/mysql.info \ Docs/INSTALL-BINARY \ INSTALL-SOURCE \ |