changeset 6425:3a4b565d48b0

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.
author Masamichi Hosoda <trueroad@trueroad.jp>
date Tue, 25 Aug 2015 23:29:29 +0900
parents 0f55d81e0139
children 53af4d0a9416
files lilypond.make
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)