alexkarle.com

Source for alexkarle.com
git clone git://git.alexkarle.com/alexkarle.com.git
Log | Files | Refs | README | LICENSE

commit 6175ce3dbbbdf2f6d54c25f30ed07bcfd4ccf555 (patch)
parent ff611a845fc50ef9202c060f16956b7e92ff07b6
Author: Alex Karle <alex@alexkarle.com>
Date:   Thu, 22 Apr 2021 23:04:15 -0400

make: Add Makefile as dependency for HTML

This should trigger a full rebuild of the site with the new License
footer on each page.

Diffstat:
MMakefile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -25,6 +25,8 @@ atom.xml: blog.7 genatom.sh jam-tuesday/greatest-hits: $(SETS) jam-tuesday/stats.sh (date; echo; ./jam-tuesday/stats.sh) > $@ +$(HTML): Makefile + .SUFFIXES: .7 .html .7.html: @echo "mandoc $<"