From ffa9ad433e3910986bfc7f6cfe8c50fdd911006a Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sat, 19 Jun 2021 16:13:25 +0530 Subject: configure: Search for emacs. * configure.ac: Search for emacs. * Makefile.am: Use EMACS set by configure. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') 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 $@ -- cgit v1.2.3