aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Unterwurzacher2020-06-21 11:47:36 +0200
committerJakob Unterwurzacher2020-06-21 11:47:36 +0200
commit2b30441c67f696de38edb4347b99b4eccf00f0e4 (patch)
treeddf288dc184f8f743356bfa7b6c4eb3396603db2
parent7b47db1c137567fa6ff4d10744dcdc585f746db3 (diff)
Makefile: use mkdocs --quiet
I want to run this from cron, and I want to avoid getting and email every time.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e0f4d6b..b2b2f57 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
all:
- LC_ALL=C.UTF-8 LANG=C.UTF-8 mkdocs build --clean
+ LC_ALL=C.UTF-8 LANG=C.UTF-8 mkdocs build --clean --quiet
cp -af htaccess site/.htaccess
.PHONY: clean