From: Graham Percival Date: Fri, 15 Jan 2010 10:47:39 +0000 (+0000) Subject: Doc build: stop html files for @subsubheading. X-Git-Tag: release/2.13.11-1~9 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=b9ebbcefd5122fefc2de7b15a52c58459e4fd784;p=lilypond.git Doc build: stop html files for @subsubheading. This is why you should never trust the order of operations; use parentheses. --- diff --git a/Documentation/lilypond-texi2html.init b/Documentation/lilypond-texi2html.init index 7bea5ad3ac..bb914dbc1d 100644 --- a/Documentation/lilypond-texi2html.init +++ b/Documentation/lilypond-texi2html.init @@ -806,7 +806,7 @@ sub lilypond_element_file_name($$$) # unnumbered sections (except those at top-level!) always go to the same # file as the previous numbered section - if (not $docu_name == "web" and not ($element->{number}) + if (not ($web_manual) and not ($element->{number}) and not ($lastfilename eq '') and ($element->{level} > 1)) { $filename = $lastfilename; }