diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 3225bf1..3b50d16 100644 --- a/Makefile.am +++ b/Makefile.am @@ -75,8 +75,8 @@ EXTRA_DIST += \ website: website/index.html website/manual/dev/en website/index.html: README.org - emacs -Q --script build-website.el $(MKDIR_P) $(dir $@) + $(EMACS) -Q --script build-website.el website/manual/dev/en: doc/guile-email.html rm -rf $@ |