aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3b1df2d..f1d9a3d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,9 +18,15 @@
# <http://www.gnu.org/licenses/>.
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