]> git.donarmstrong.com Git - lilypond.git/commitdiff
fix compilation (lilypond-book's no-lily-run option changed to skip-lily-check)
authorReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 25 Mar 2008 22:59:46 +0000 (23:59 +0100)
committerReinhold Kainhofer <reinhold@kainhofer.com>
Tue, 25 Mar 2008 23:13:06 +0000 (00:13 +0100)
make/lilypond-vars.make

index 5cbd5537cbe6df52998f95d5ca452ad711197d83..6096bfb790c78d417a80faa58e18577bd08181d0 100644 (file)
@@ -37,7 +37,7 @@ LILYPOND_BOOK_FLAGS = $(LILYPOND_BOOK_VERBOSE) $(LILYPOND_BOOK_INFO_IMAGES_DIR)
 
 ifeq ($(out),)
 LILYPOND_BOOK_PROCESS = true
-LILYPOND_BOOK_FLAGS += --no-lily-run
+LILYPOND_BOOK_FLAGS += --skip-lily-check
 else
 LILYPOND_BOOK_PROCESS = $(LILYPOND_BINARY)
 endif