Add tmux4.png.

This commit is contained in:
Nicholas Marriott
2015-04-28 16:04:07 +01:00
parent 31ab5caa35
commit 8794562a85
5 changed files with 5 additions and 1 deletions

View File

@ -260,7 +260,10 @@ update-index.html:
(cd www/images && \
rm -f small-* && \
for i in *.png; do \
convert "$$i" -resize 200x150 "small-$$i"; \
convert "$$i" \
-resize '150x' -resize 'x100<' \
-gravity center -crop 150x100+0+0 +repage \
"small-$$i"; \
done \
)
sed "s/%%RELEASE%%/${RELEASE}/g" www/index.html.in >www/index.html