From 1eb9562204264eed9d13f887196f16e8ff9c4f24 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sun, 3 Feb 2019 16:56:39 -0800 Subject: [PATCH] make: site-liverender; add contrib guide to tags [ci skip] --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c39f16c8d..f153f767f 100644 --- a/Makefile +++ b/Makefile @@ -158,6 +158,7 @@ WEBCODEFILES:= \ DOCSOURCEFILES:= \ README.md \ + CONTRIBUTING.md \ $(MANUALSOURCEFILES) \ $(COMMANDHELPFILES) \ @@ -631,8 +632,12 @@ quickheap-%: hledgerprof samplejournals \ ############################################################################### $(call def-help-subheading,DOCUMENTATION: (see also Shake.hs)) +site-liverender: Shake \ + $(call def-help,site-liverender, update the website html when source files are saved ) + ls $(DOCSOURCEFILES) | entr ./Shake website + site-livereload: \ - $(call def-help,site-livereload, open a browser on the latest site html and reload the page whenever it is saved ) + $(call def-help,site-livereload, open a browser on the website html and reload the page when it updates ) (sleep 1; open http://localhost:8001) & livereloadx -p 8001 --static site/_site