mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
tools: Fix the tools/release/manuals.pl script
It was looking for the versioned pdf filename, which it then renamed immediately anyway. Change-Id: I3173fde3cdde56b4bf0b95f9d08b2b8468381972
This commit is contained in:
parent
6a6fa0702a
commit
8753c41b2e
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ sub runone {
|
|||
|
||||
chdir "..";
|
||||
|
||||
my $o="buildm-$dir/rockbox-$dir-$version.pdf";
|
||||
my $o="buildm-$dir/rockbox-manual.pdf";
|
||||
if (-f $o) {
|
||||
my $newo="$outdir/rockbox-$dir-$version.pdf";
|
||||
system("mv $o $newo");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue