changeset 6426:53af4d0a9416

Merge pull request #19 from trueroad/online-mode_for_doc_and_test-output Use online mode for lilypond.make's doc and test-output
author PhilHolmes <PhilEHolmes@gmail.com>
date Tue, 25 Aug 2015 15:54:07 +0100
parents 0f55d81e0139 (current diff) 3a4b565d48b0 (diff)
children 7d683f5d9bea 8834398b489d
files
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 15:54:07 2015 +0100
@@ -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)