From 351e828ff579d5c97d5c433fd9d4b484fea8f4b3 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Mon, 17 Nov 2025 18:51:19 +0000 Subject: guix: Move website building out of Makefile. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 058c1d1..905b88c 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ # You should have received a copy of the GNU General Public License # along with run64. If not, see . -EMACS = emacs SED = sed prefix ?= /usr/local @@ -37,8 +36,3 @@ install: $(scripts) # guile in your PATH. We want to use that guile and not put in # a specific guile. $(SED) -i 's|$$(dirname $$0)/run64|$(bindir)/run64|' $(bindir)/guile-run64 - -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 1.4.1