From: hanwen Date: Fri, 22 Oct 2004 21:19:09 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: release/2.3.24^2~12 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=1a9fc33848515909474d21c769f6fa31ebdaa303;p=lilypond.git *** empty log message *** --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 357ae63c32..afb35496a0 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -822,8 +822,7 @@ class Lilypond_snippet (Snippet): def output_texinfo (self): str = '' - # self.output_print_filename (TEXINFO) - if self.output_print_filename (0): + if self.output_print_filename (TEXINFO): str += ('@html\n' + self.output_print_filename (HTML) + '\n@end html\n') str += ('@tex\n' + self.output_print_filename (LATEX)