From e4c81c5ce3459162d01f1ccd0e93f893a7c1ac6f Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Fri, 18 Jun 2021 14:14:12 +0530 Subject: website: Move releases into website directory. If the releases directory is already in the website directory, then we don't need to redundantly copy it while building the website. * releases: Move to website/releases. * Makefile.am (website): Do not copy releases. (clean-local): Do not clean website/releases. --- Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Makefile.am') 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 -# Copyright © 2018, 2019 Arun Isaac +# Copyright © 2018, 2019, 2021 Arun Isaac # # 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 -- cgit v1.2.3