rename images to media

This commit is contained in:
Rhiannon Morris 2021-05-24 11:40:56 +02:00
parent 8e865e68bf
commit 644fae8514
16 changed files with 17 additions and 17 deletions

View file

@ -1,7 +1,7 @@
FONTS = $(shell find fonts -type f)
CSS = style.css where.css
PAGES = index.html where.html pubkey.txt
IMAGES = $(patsubst %,images/%, \
MEDIA = $(patsubst %,media/%, \
mlem.gif mlem_static.png icon.svg \
niss_uwu_bg_dim.png niss_uwu_bg.png \
info.svg star.svg sparkles.svg 18_plus.svg \
@ -18,7 +18,7 @@ REMOTE_DIR ?= yummy
all: build
build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(IMAGES))
build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(MEDIA))
upload: build
@rsync -rPLzh --delete -e 'ssh -l $(REMOTE_USER) -i $(IDFILE)' \