diff options
-rw-r--r-- | Makefile.am | 3 |
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 |