diff options
author | knielsen@mysql.com <> | 2006-03-30 11:02:52 +0200 |
---|---|---|
committer | knielsen@mysql.com <> | 2006-03-30 11:02:52 +0200 |
commit | ce4463a13943e0b08e11b2eaf5c5a4362e5dfafa (patch) | |
tree | e085680734cbcceaac0944ca9c0014a8b702e12c /Docs | |
parent | 2b1f521286e6a8bf9bed3a40b42d9868db45b147 (diff) | |
download | mariadb-git-ce4463a13943e0b08e11b2eaf5c5a4362e5dfafa.tar.gz |
Add some stuff to source package needed for CMake Windows packaging.
Diffstat (limited to 'Docs')
-rw-r--r-- | Docs/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Docs/Makefile.am b/Docs/Makefile.am index f512aa9e29e..b3588263415 100644 --- a/Docs/Makefile.am +++ b/Docs/Makefile.am @@ -62,5 +62,12 @@ INSTALL-BINARY: mysql.info $(GT) ../support-files/MacOSX/ReadMe.txt: mysql.info $(GT) perl -w $(GT) mysql.info "mac-os-x-installation" "netware-installation" > $@ +# Include the Windows manual.chm in source .tar.gz only if available. +# It is not in BitKeeper, but is downloaded from intranet by Bootstrap. +dist-hook: + if [ -e $(srcdir)/manual.chm ] ; then \ + cp $(srcdir)/manual.chm $(distdir); \ + fi + # Don't update the files from bitkeeper %::SCCS/s.% |