From 325429f6c744706d9dd533262303f9e1689418a5 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 7 Feb 2021 17:21:36 -0500 Subject: [PATCH] make: Set atom.xml to generate on blog.7 changes It should also regenerate if the script updates. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 10c91dd..c9c06e1 100644 --- a/Makefile +++ b/Makefile @@ -18,7 +18,7 @@ clean: index.html: ln -sf intro.html $@ -atom.xml: +atom.xml: blog.7 genatom.sh ./genatom.sh > $@ .SUFFIXES: .7 .html -- libgit2 1.1.1