diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index b7ed63e..29119da 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # guile-email --- Guile email parser -# Copyright © 2023 Arun Isaac <arunisaac@systemreboot.net> +# Copyright © 2023, 2024 Arun Isaac <arunisaac@systemreboot.net> # # This file is part of guile-email. # @@ -66,7 +66,7 @@ $(doc_info): $(doc_texi) website: website/index.html website/manual/dev/en -website/index.html: README.org +website/index.html: README.org build-aux/build-website.el mkdir -p $(dir $@) $(EMACS) -Q --script build-aux/build-website.el |