diff options
author | Arun Isaac | 2021-06-18 14:30:41 +0530 |
---|---|---|
committer | Arun Isaac | 2021-06-18 14:53:10 +0530 |
commit | 80064a35aa4134657f7daae99004982c28768593 (patch) | |
tree | 45debabf39d261acf69d56501e07aa50744a325b | |
parent | 7dc837dc17aafc7a14da5aafeba39330f8db4e03 (diff) | |
download | guile-email-80064a35aa4134657f7daae99004982c28768593.tar.gz guile-email-80064a35aa4134657f7daae99004982c28768593.tar.lz guile-email-80064a35aa4134657f7daae99004982c28768593.zip |
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.
-rw-r--r-- | Makefile.am | 2 | ||||
-rw-r--r-- | build-aux/build-website.el (renamed from build-website.el) | 0 |
2 files changed, 1 insertions, 1 deletions
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 $@ diff --git a/build-website.el b/build-aux/build-website.el index f10b89b..f10b89b 100644 --- a/build-website.el +++ b/build-aux/build-website.el |