summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ede169e..2517b7d 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ out/%.xml: content/%.md .cache/meta/%.json $(FEED_TEMPLATES_SRC) metadata/*.yaml
123out/%/thumbnail.png: content/%/thumbnail.png | out 123out/%/thumbnail.png: content/%/thumbnail.png | out
124 $(info [THMB] $< -> $@) 124 $(info [THMB] $< -> $@)
125 125
126 convert -thumbnail 550x280^ -gravity center -extent 550x280 "$<" png:- | pngquant -o "$@" - 126 convert -thumbnail 550x280^ -gravity center -extent 550x280 "$<" png:- | pngquant - > "$@"
127 127
128out/%/thumbnail.jpg: content/%/thumbnail.jpg | out 128out/%/thumbnail.jpg: content/%/thumbnail.jpg | out
129 $(info [THMB] $< -> $@) 129 $(info [THMB] $< -> $@)