remove d&d stuff from site till i work on it more
This commit is contained in:
parent
f6a4270d13
commit
65db9cdd5a
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -1,16 +1,16 @@
|
|||
PAGES = index.html pubkey.txt rainbow-quox/index.html \
|
||||
dnd/index.html $(wildcard dnd/*/index.html)
|
||||
# dnd/index.html $(wildcard dnd/*/index.html)
|
||||
MEDIA = \
|
||||
$(wildcard media/*.png) $(wildcard media/*.gif) $(wildcard media/*.webp) \
|
||||
$(wildcard media/flags/*) $(wildcard media/buttons/*) \
|
||||
$(wildcard media/icons/*) $(wildcard media/bg/*) 8831.png 8831-quox.png \
|
||||
$(wildcard rainbow-quox/front/*) $(wildcard rainbow-quox/back/*) \
|
||||
$(wildcard rainbow-quox/*.svg) rainbow-quox/palette.svg \
|
||||
$(wildcard dnd/*.png) $(wildcard dnd/*.webp) $(wildcard dnd/*/*.webp)
|
||||
# $(wildcard dnd/*.png) $(wildcard dnd/*.webp) $(wildcard dnd/*/*.webp)
|
||||
CSS = $(shell find fonts -type f) \
|
||||
$(patsubst %.scss,%.css, \
|
||||
$(wildcard rainbow-quox/style/*) $(wildcard style/*)) \
|
||||
dnd/base.css dnd/bio.css dnd/index.css $(wildcard dnd/*/style.css)
|
||||
# dnd/base.css dnd/bio.css dnd/index.css $(wildcard dnd/*/style.css)
|
||||
SCRIPTS = $(patsubst %.ts,%.js, \
|
||||
$(wildcard script/*.ts rainbow-quox/script/color/*.ts \
|
||||
rainbow-quox/script/*.ts))
|
||||
|
|
Loading…
Add table
Reference in a new issue