diff options
author | joerg@trift-lap.fambruehe <> | 2006-09-14 16:34:35 +0200 |
---|---|---|
committer | joerg@trift-lap.fambruehe <> | 2006-09-14 16:34:35 +0200 |
commit | a33fdb44e5d4f5324181c950b8400bbe89745b14 (patch) | |
tree | e3716a57260fe6092093dd960f2c3bb92ee3ca9e /configure.in | |
parent | f04c7546b6ea8f3cdae7617fbce14ed92c3a1401 (diff) | |
download | mariadb-git-a33fdb44e5d4f5324181c950b8400bbe89745b14.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 \ |