diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
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 |