From b046817cc8ab39405cb050aab86778634f8d4d5b Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Jun 2021 14:58:21 +0530 Subject: Comment on website build and clean rules. * Makefile.am: Comment on website build and clean rules. --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) 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 -- cgit v1.2.3