]> git.donarmstrong.com Git - lilypond.git/commitdiff
Doc build: stop html files for @subsubheading.
authorGraham Percival <graham@percival-music.ca>
Fri, 15 Jan 2010 10:47:39 +0000 (10:47 +0000)
committerGraham Percival <graham@percival-music.ca>
Fri, 15 Jan 2010 10:47:39 +0000 (10:47 +0000)
This is why you should never trust the order of operations; use
parentheses.

Documentation/lilypond-texi2html.init

index 7bea5ad3ac153bbd75e79851f1d4f3e76647f982..bb914dbc1d49b6947254aff928bbfa18e0ff860c 100644 (file)
@@ -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;
     }