summary refs log tree commit diff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 395ac7e..fe9f98f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -100,7 +100,7 @@ website: website/index.html website/manual/dev/en
 
 website/index.html: README.org
 	$(MKDIR_P) $(dir $@)
-	emacs -Q --script build-aux/build-home-page.el
+	$(EMACS) -Q --script build-aux/build-home-page.el
 
 website/manual/dev/en: $(SKRIBILO_BUILD_DIR)/ccwl.html
 	rm -rf $@