From: John Mandereau Date: Sat, 8 Mar 2008 12:30:23 +0000 (+0100) Subject: lilypond-book: touch output files in all formats X-Git-Tag: release/2.11.42-1~2 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=a40e959dba858a468bede003e1f07438c6700fad;p=lilypond.git lilypond-book: touch output files in all formats --- diff --git a/scripts/lilypond-book.py b/scripts/lilypond-book.py index 7fe8210a9d..6088677516 100644 --- a/scripts/lilypond-book.py +++ b/scripts/lilypond-book.py @@ -1644,10 +1644,8 @@ def write_if_updated (file_name, lines): progress ('\n') # this prevents make from always rerunning lilypond-book: - # .texi target must be touched in order to be up to date - if global_options.format == 'texinfo': - os.utime (file_name, None) - return + # output file must be touched in order to be up to date + os.utime (file_name, None) except: pass