mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 13:15:32 +02:00
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
This commit is contained in:
parent
4d30f784a4
commit
03b14c9eca
2 changed files with 15 additions and 0 deletions
|
|
@ -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.%
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue