aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArun Isaac2021-06-19 16:13:25 +0530
committerArun Isaac2021-06-19 16:14:58 +0530
commitffa9ad433e3910986bfc7f6cfe8c50fdd911006a (patch)
tree431f949d06740e7f79d24a07154abdb9e7acdf03 /Makefile.am
parent7d8380a08dab3921c9422e72d62f38bc6a5b3627 (diff)
downloadccwl-ffa9ad433e3910986bfc7f6cfe8c50fdd911006a.tar.gz
ccwl-ffa9ad433e3910986bfc7f6cfe8c50fdd911006a.tar.lz
ccwl-ffa9ad433e3910986bfc7f6cfe8c50fdd911006a.zip
configure: Search for emacs.
* configure.ac: Search for emacs. * Makefile.am: Use EMACS set by configure.
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 $@