diff options
author | Arun Isaac | 2021-09-29 01:03:12 +0530 |
---|---|---|
committer | Arun Isaac | 2021-09-29 01:03:12 +0530 |
commit | d3a40b7f700576f766d5c73c825e3456855c2040 (patch) | |
tree | 057c766c98d15ebae15f533db1b2e7c2e648e88c | |
parent | a8bcbb6917d679dcdb9f0a9e49a26f03a3ab0ebb (diff) | |
download | ccwl-d3a40b7f700576f766d5c73c825e3456855c2040.tar.gz ccwl-d3a40b7f700576f766d5c73c825e3456855c2040.tar.lz ccwl-d3a40b7f700576f766d5c73c825e3456855c2040.zip |
Makefile: Record dependency on build-home-page.el.
* Makefile.am (website/index.html): Depend on
build-aux/build-home-page.el.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index b53ac21..2434239 100644 --- a/Makefile.am +++ b/Makefile.am @@ -182,7 +182,7 @@ website: website/index.html website/manual/dev/en CLEANFILES += website/index.html CLEAN_DIRECTORIES += website/manual -website/index.html: README.org +website/index.html: README.org build-aux/build-home-page.el $(EMACS_GEN)$(EMACS) -Q --batch --load build-aux/build-home-page.el --funcall build-website website/manual/dev/en: doc/ccwl.html |