diff options
Diffstat (limited to 'Docs/Makefile.am')
-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.% |