From 696a9f9b1b6c37fcaa9dcd3982b6c3af5958e600 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 25 Jan 2020 16:54:45 -0800 Subject: [PATCH] ;make site-watch: show commands being run [ci skip] --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c06b12064..5aec5f9fc 100644 --- a/Makefile +++ b/Makefile @@ -735,7 +735,7 @@ haddock: \ site-watch: Shake $(call def-help,site-watch, open a browser on the website (in ./site) and rerender/reload when manuals or site content changes ) - (ls $(DOCSOURCEFILES) | entr ./Shake manuals) & + (ls $(DOCSOURCEFILES) | entr ./Shake -VV manuals) & make -C site html-watch # This rule, for updating the live hledger.org site, gets called by: