From 1a7abb3723d6b9db0d199c26d2a207e03636738a Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 17 Sep 2023 17:30:41 +0200 Subject: Fix incorrect Makefile logic for post-processing --- Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1911f35..288985d 100644 --- a/Makefile +++ b/Makefile @@ -7,12 +7,14 @@ gzip := @gzip --best --keep --force zstd := @zstd --force --no-pass-through -19 --quiet --stdout pr := @printf "%4s %s\n" -public/feed-styles.xsl: public/index.html +public/feed-styles.xsl: @mv public/feed-styles/index.html $@ @rm -fr public/feed-styles -postprocess: public/feed-styles.xsl - touch .postprocessstamp +postprocess: .postprocessstamp + +.postprocessstamp: public/feed-styles.xsl + @touch .postprocessstamp format: .formatstamp -- cgit 1.4.1