aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index f578418..6ff6a64 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
# guile-email --- Guile email parser
# Copyright © 2016, 2017, 2018 Ricardo Wurmus <rekado@elephly.net>
-# Copyright © 2018, 2019 Arun Isaac <arunisaac@systemreboot.net>
+# Copyright © 2018, 2019, 2021 Arun Isaac <arunisaac@systemreboot.net>
#
# This file was adapted from mumi and is part of guile-email.
#
@@ -72,14 +72,13 @@ EXTRA_DIST += \
COPYING \
README.org
-website: html releases website/index.html
+website: html website/index.html
mkdir -p website/manual/dev
cp -vr doc/guile-email.html website/manual/dev/en
- cp -vr releases website/
website/index.html: README.org
mkdir -p website
emacs -Q --script build-website.el
clean-local:
- rm -rf website
+ rm -rf website/index.html website/manual/dev/en