From 80064a35aa4134657f7daae99004982c28768593 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Jun 2021 14:30:41 +0530 Subject: build-aux: Move build-website.el into build-aux directory. * build-website.el: Move to build-aux/build-website.el. * Makefile.am (website/index.html): Use build-aux/build-website.el instead of build-website.el. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 3b50d16..9a04231 100644 --- a/Makefile.am +++ b/Makefile.am @@ -76,7 +76,7 @@ website: website/index.html website/manual/dev/en website/index.html: README.org $(MKDIR_P) $(dir $@) - $(EMACS) -Q --script build-website.el + $(EMACS) -Q --script build-aux/build-website.el website/manual/dev/en: doc/guile-email.html rm -rf $@ -- cgit v1.2.3