diff options
author | Arun Isaac | 2024-01-26 11:37:24 +0000 |
---|---|---|
committer | Arun Isaac | 2024-01-26 11:37:24 +0000 |
commit | 21ef1096fdd077634b98b0e4d92650bdb419715a (patch) | |
tree | bbfccbc8a1ba032188e4f7b0fb49b50ca26b8a4d /Makefile | |
parent | 0dd84b647cccaf5c868668262f3989c1e350fabc (diff) | |
download | guile-email-21ef1096fdd077634b98b0e4d92650bdb419715a.tar.gz guile-email-21ef1096fdd077634b98b0e4d92650bdb419715a.tar.lz guile-email-21ef1096fdd077634b98b0e4d92650bdb419715a.zip |
Makefile: Make website/index.html depend on build-website.el.
* Makefile (website/index.html): Add build-aux/build-website.el to
dependencies.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |