From 9503120f2cbfb05a782721eaa19f7297c069938d Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 23 Jan 2022 23:56:10 +0530 Subject: website: Add website. * build-aux/build-home-page.el, website/style.css: New files. * Makefile (EMACS): New variable. (website, website/index.html): New targets. --- Makefile | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d3aac6d..20025ab 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,8 @@ # You should have received a copy of the GNU General Public License # along with run64. If not, see . +EMACS ?= emacs + scripts = $(wildcard bin/*) .PHONY: all check install @@ -26,3 +28,8 @@ check: ; install: $(scripts) install -D $^ --target-directory $(bindir) + +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