aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-06-18 14:58:21 +0530
committerArun Isaac2021-06-18 14:58:21 +0530
commitb046817cc8ab39405cb050aab86778634f8d4d5b (patch)
tree360f7a91bd07382fb99eec2104e9e82245a8a399
parent60b56ac019cf4ae51cc38dbe886ff67b8df603f8 (diff)
downloadguile-email-b046817cc8ab39405cb050aab86778634f8d4d5b.tar.gz
guile-email-b046817cc8ab39405cb050aab86778634f8d4d5b.tar.lz
guile-email-b046817cc8ab39405cb050aab86778634f8d4d5b.zip
Comment on website build and clean rules.
* Makefile.am: Comment on website build and clean rules.
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 2dcf301..6c29b96 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,6 +72,7 @@ EXTRA_DIST += \
COPYING \
README.org
+# Build website.
AM_MAKEINFOHTMLFLAGS = --css-ref=/style.css
website: website/index.html website/manual/dev/en
@@ -85,5 +86,7 @@ website/manual/dev/en: doc/guile-email.html
$(MKDIR_P) $(dir $@)
cp -vr $< $@
+# The clean target depends on clean-local. We use clean-local to clean
+# up the website.
clean-local:
rm -rf website/index.html website/manual/dev/en