mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-11 18:09:36 +00:00
doc/texi2pod.pl: skip printing chapter names if they are disabled
This commit is contained in:
parent
37fce84e27
commit
c838701ce4
@ -121,7 +121,7 @@ INF: while(<$inf>) {
|
|||||||
$chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
|
$chapters{$chapter_name} .= postprocess($chapter) if ($chapter_name);
|
||||||
|
|
||||||
# start new chapter
|
# start new chapter
|
||||||
$chapter_name = $1, push (@chapters_sequence, $chapter_name);
|
$chapter_name = $1, push (@chapters_sequence, $chapter_name) unless $skipping;
|
||||||
$chapters{$chapter_name} = "" unless exists $chapters{$chapter_name};
|
$chapters{$chapter_name} = "" unless exists $chapters{$chapter_name};
|
||||||
$chapter = "";
|
$chapter = "";
|
||||||
$output = 1;
|
$output = 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user