# HG changeset patch # User Masamichi Hosoda # Date 1440512969 -32400 # Node ID 3a4b565d48b0eede211e28d5ffea2826a671a148 # Parent 0f55d81e0139a386837d14d993dfbc59a97bd182 Use online mode for lilypond.make's doc and test-output lilypond.make's doc and test-output used offline mode. So dependency files were not downloaded. diff -r 0f55d81e0139 -r 3a4b565d48b0 lilypond.make --- a/lilypond.make Sun Aug 23 11:31:11 2015 +0100 +++ b/lilypond.make Tue Aug 25 23:29:29 2015 +0900 @@ -149,11 +149,11 @@ doc: $(info **** doc rule) - $(call INVOKE_GUB,$(BUILD_PLATFORM) --offline) $(DOC_PACKAGE) + $(call INVOKE_GUB,$(BUILD_PLATFORM)) $(DOC_PACKAGE) test-output: $(info **** test-output rule) - $(call INVOKE_GUB,$(BUILD_PLATFORM) --offline) $(TEST_PACKAGE) + $(call INVOKE_GUB,$(BUILD_PLATFORM)) $(TEST_PACKAGE) print-success: $(info **** print-success rule)