Bootstrap:

  Add new manual.texi include files
parent e2e94c9e
...@@ -278,7 +278,7 @@ if (defined $opt_changelog) ...@@ -278,7 +278,7 @@ if (defined $opt_changelog)
unless ($opt_skip_manual) unless ($opt_skip_manual)
{ {
&logger("Updating manual files"); &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 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/!"); or &abort("Could not update $file.texi in $target_dir/Docs/!");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment