summaryrefslogtreecommitdiff
path: root/Docs
diff options
context:
space:
mode:
authorkent@mysql.com/kent-amd64.(none) <>2007-11-22 17:48:40 +0100
committerkent@mysql.com/kent-amd64.(none) <>2007-11-22 17:48:40 +0100
commit41778b565b75220361b15e375d21fb50589001cc (patch)
tree4216c7e9b6af61dec349e2529c16790908ec1e02 /Docs
parent2bc3dba9c8a217373f21e0ae465dcf242d0c333c (diff)
downloadmariadb-git-41778b565b75220361b15e375d21fb50589001cc.tar.gz
Makefile.am, configure.in:
Include "manual.chm" in source TAR if it exists
Diffstat (limited to 'Docs')
-rw-r--r--Docs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am
index dac256f8fd6..629618609a3 100644
--- a/Docs/Makefile.am
+++ b/Docs/Makefile.am
@@ -13,7 +13,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-EXTRA_DIST = mysql.info INSTALL-BINARY
+EXTRA_DIST = mysql.info INSTALL-BINARY @extra_docs@
# make sure that "make install" installs the info page, too
# automake only seems to take care of this automatically,