mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
The files stored in "Docs/Images" within the "mysqldocs" BK tree must be included
in the source tar-ball for distribution. This is done by using the "DISTFILES" macro in a new "Docs/Images/Makefile". As the source BK tree does not contain these files, they are copied from the "mysqldocs" tree at release build time. This changeset relies on "bk commit - mysqldoc tree (joerg:1.2276)" of today.
This commit is contained in:
parent
10291f3664
commit
cb0bd6f57d
4 changed files with 42 additions and 1 deletions
|
|
@ -24,6 +24,8 @@ BUILT_SOURCES = $(targets) manual_toc.html include.texi
|
|||
EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
|
||||
INSTALL-BINARY reservedwords.texi
|
||||
|
||||
SUBDIRS = Images
|
||||
|
||||
all: $(targets) txt_files
|
||||
|
||||
txt_files: ../INSTALL-SOURCE ../COPYING ../EXCEPTIONS-CLIENT \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue