]> git.donarmstrong.com Git - lilypond.git/commitdiff
Documentation: Fix warnings in html
authorReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 21 Mar 2008 10:29:14 +0000 (11:29 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Fri, 21 Mar 2008 10:29:14 +0000 (11:29 +0100)
@html inserts verbatim HTML code, @ifhtml checks for html output, so we need
@ifhtml to make texi2html / makeinfo interpret the contents of the warning, too.

Documentation/user/macros.itexi

index c13b839542105bba7acf30d44aa3f612ef03c756..3fa118cdcabe5623a1364d8f934a2373fcbe8f06 100644 (file)
 @end macro
 
 @macro warning{TEXT}
-@html
+@ifhtml
 @cartouche
 @b{Note:} \TEXT\
 @end cartouche
-@end html
+@end ifhtml
 @ifnothtml
 @quotation
 @quotation