From b62e9b955a0fd25a4ddf4f8316f1b7dbadd941d8 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 3 Jan 2022 23:01:05 +0530 Subject: Makefile: Add website target. * Makefile (EMACS): New variable. (website, website/index.html): New targets. --- Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Makefile b/Makefile index 3b1df2d..f1d9a3d 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,15 @@ # . GUILE = guile +EMACS = emacs all: ; .PHONY: check check: $(GUILE) -L . tests/parse.scm + +website: website/index.html + +website/index.html: README.org build-aux/build-home-page.el + $(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website -- cgit v1.2.3