diff options
-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 |