Bootstrap:

Add new manual.texi include files


Build-tools/Bootstrap:
  Add new manual.texi include files
This commit is contained in:
unknown 2005-02-23 23:44:13 -06:00
parent a20f238287
commit 6294c68ee4

View File

@ -278,7 +278,7 @@ if (defined $opt_changelog)
unless ($opt_skip_manual)
{
&logger("Updating manual files");
foreach $file qw/internals manual reservedwords/
foreach $file qw/internals manual reservedwords errmsg-table cl-errmsg-table/
{
system ("bk cat $opt_docdir/Docs/$file.texi > $target_dir/Docs/$file.texi") == 0
or &abort("Could not update $file.texi in $target_dir/Docs/!");