mirror of
https://github.com/MariaDB/server.git
synced 2026-04-22 08:15:31 +02:00
- internals.texi will now be part of the source distribution. However,
as this is a document that belongs to the mysqldoc tree, it needs to
be copied over manually (using the Bootstrap script), before doing an
official release distribution. The file Docs/internals.texi in this tree
is only a dummy file to keep "make dist" happy.
Build-tools/Bootstrap:
- overwrite the dummy internals.texi with the real one, when creating
the release source distribution with Bootstrap
Docs/Makefile.am:
- add internals.texi to the source distribution
This commit is contained in:
parent
5a24433d27
commit
012d8be4e9
3 changed files with 103 additions and 2 deletions
|
|
@ -22,7 +22,7 @@ targets = manual.txt mysql.info manual.html
|
|||
|
||||
BUILT_SOURCES = $(targets) manual_toc.html include.texi
|
||||
EXTRA_DIST = $(noinst_SCRIPTS) $(BUILT_SOURCES) mysqld_error.txt \
|
||||
INSTALL-BINARY reservedwords.texi
|
||||
INSTALL-BINARY reservedwords.texi internals.texi
|
||||
|
||||
all: $(targets) txt_files
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue