diff options
author | unknown <knielsen@mysql.com> | 2006-03-30 11:02:52 +0200 |
---|---|---|
committer | unknown <knielsen@mysql.com> | 2006-03-30 11:02:52 +0200 |
commit | 03b14c9eca7063dacaad32706730b196491b811b (patch) | |
tree | e085680734cbcceaac0944ca9c0014a8b702e12c /Docs | |
parent | 4d30f784a4804214700081737ed3192b39c12db2 (diff) | |
download | mariadb-git-03b14c9eca7063dacaad32706730b196491b811b.tar.gz |
Add some stuff to source package needed for CMake Windows packaging.
Docs/Makefile.am:
Include Windows manual in source package (if available), needed for CMake
packaging.
Makefile.am:
Include initial Windows database files in source package, needed for
CMake 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.% |