various updates. sorry
This commit is contained in:
parent
749d22b8b8
commit
16158415e7
30 changed files with 335 additions and 61 deletions
21
Makefile
21
Makefile
|
@ -1,16 +1,15 @@
|
|||
FONTS = $(shell find fonts -type f)
|
||||
CSS = base.css index.css where.css comms.css ANGELF~1.CSS id.css
|
||||
PAGES = index.html where.html comms.html ANGELF~1.HTM pubkey.txt id.html
|
||||
MEDIA = $(patsubst %,media/%, \
|
||||
CSS = $(shell find style -type f)
|
||||
PAGES = index.html where.html pubkey.txt id.html links.html
|
||||
MEDIA = $(patsubst %,media/%, \
|
||||
bg.png bg_2x.png bg_dim.png bg_2x_dim.png kesi.png quoxtrans.png \
|
||||
mlem.gif mlem_static.png chitter.png lockpen.png \
|
||||
mlem.gif mlem_static.png chitter.png butterfly.png lockpen.png \
|
||||
quobl.png quobl2.png \
|
||||
) \
|
||||
$(wildcard media/*.svg) $(wildcard media/flags/*)
|
||||
AFMEDIA = $(patsubst %,NEWFOL~1/%, \
|
||||
GEC.JPG PBRUSH.GIF PROGRAM.GIF QUESTION.GIF MAIL.GIF LOWBATT.GIF \
|
||||
W95FA.otf w95fa.woff w95fa.woff2 \
|
||||
)
|
||||
$(wildcard media/*.svg) $(wildcard media/flags/*) \
|
||||
$(wildcard media/buttons/*) \
|
||||
8831.png 8831-quox.png
|
||||
MISC = $(shell find .well-known -type f)
|
||||
ALL = $(CSS) $(PAGES) $(MEDIA) $(MISC)
|
||||
|
||||
BUILDDIR ?= _build
|
||||
TMPDIR ?= _tmp
|
||||
|
@ -22,7 +21,7 @@ REMOTE_DIR ?= yummy
|
|||
|
||||
all: build
|
||||
|
||||
build: $(patsubst %,$(BUILDDIR)/%,$(FONTS) $(CSS) $(PAGES) $(MEDIA) $(AFMEDIA))
|
||||
build: $(patsubst %,$(BUILDDIR)/%,$(ALL))
|
||||
|
||||
upload: build
|
||||
@rsync --recursive --partial --progress --copy-links \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue