use generic name image-gallery for HTML of gallery

master
melvinzhang 2016-09-25 20:50:19 +08:00
parent e0ebca65fa
commit b9a214c43e
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ correct-release-label:
curl -XPATCH https://api.github.com/repos/magarena/magarena/releases/assets/${linux} -H"Content-Type: application/json" -d'{"name": "Magarena-${tag}.zip", "label":"Magarena-${tag}.zip for Linux/Windows"}' -u ${username}
%_img.tsv:
paste <(cat conspiracy-take-crown | pup 'img attr{alt}') <(cat conspiracy-take-crown | pup 'img attr{src}') > $@
paste <(cat image-gallery | pup 'img attr{alt}') <(cat image-gallery | pup 'img attr{src}') > $@
# edit tsv file to use only ASCII characters
%_fix_image: