aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-14 15:52:12 +0100
committerMohammad Akhlaghi <mohammad@akhlaghi.org>2018-02-14 15:52:12 +0100
commit3dc547c3e3e7279085b4807c551f327c5b985a49 (patch)
treee85a8fcd5dbbe04b4afddf2426031560b217946e
parent3d216bd6797bc4bf0d02cd43adf37706b057c580 (diff)
Some extra space in alert when no PDF is created
To help view that everything is OK and that there were no errors, an extra blank line followed by one with `----' is added to the notice when we won't be making a PDF. These two lines help the eye more clearly see everything is fine (given that above it, there are MANY commands and outputs).
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8f118f7..856e23c 100644
--- a/Makefile
+++ b/Makefile
@@ -89,6 +89,8 @@ tex/pipeline.tex: $(foreach f, initialize download, $(mtexdir)/$(f).tex)
# If no PDF is requested, then just exit here.
ifeq ($(BUILD-FINAL-PDF),)
@echo
+ @echo
+ @echo "-----"
@echo "Everything is OK until this point, but not building PDF."
@echo "To do so, give a value to the 'BUILD-FINAL-PDF' variable."
@echo "It is defined in 'reproduce/config/pipeline/LOCAL.mk'."