From 2b30441c67f696de38edb4347b99b4eccf00f0e4 Mon Sep 17 00:00:00 2001 From: Jakob Unterwurzacher Date: Sun, 21 Jun 2020 11:47:36 +0200 Subject: Makefile: use mkdocs --quiet I want to run this from cron, and I want to avoid getting and email every time. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3