rename images to media
This commit is contained in:
parent
8e865e68bf
commit
644fae8514
16 changed files with 17 additions and 17 deletions
4
Makefile
4
Makefile
|
@ -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)' \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue