summaryrefslogtreecommitdiff
path: root/Build-tools
diff options
context:
space:
mode:
authorunknown <lenz@kallisto.local>2003-11-18 16:48:02 +0100
committerunknown <lenz@kallisto.local>2003-11-18 16:48:02 +0100
commit012d8be4e915a50eb77189b1b773cd4940d547f1 (patch)
tree0bdc2d73ca562d2af885cbed8a437f026e821e1d /Build-tools
parent5a24433d271e6317886102448f2b60728b738940 (diff)
downloadmariadb-git-012d8be4e915a50eb77189b1b773cd4940d547f1.tar.gz
- 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
Diffstat (limited to 'Build-tools')
-rwxr-xr-xBuild-tools/Bootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/Build-tools/Bootstrap b/Build-tools/Bootstrap
index 94446d9880f..17b15d190b0 100755
--- a/Build-tools/Bootstrap
+++ b/Build-tools/Bootstrap
@@ -276,7 +276,7 @@ unless ($opt_skip_manual)
{
$msg= "Adding manual.texi";
&logger($msg);
- $command= "install -m 644 $opt_docdir/Docs/{manual,reservedwords}.texi";
+ $command= "install -m 644 $opt_docdir/Docs/{internals,manual,reservedwords}.texi";
$command.= " $target_dir/Docs/";
&run_command($command, "Could not update the manual in $target_dir/Docs/!");
}