Updated CSS & moved into repo

This commit is contained in:
Lucia Ceionia
2023-06-26 08:41:37 +00:00
parent e1aa63552e
commit 008c15374c
12 changed files with 109 additions and 13 deletions

View File

@@ -1,7 +1,8 @@
# Update this for new files
files = perks.html spelllist.html main.html creatures.html\
magical_items.html calc.html effect.html\
test.html test.js
test.html test.js\
license.html tes.css UESP-Parchment_Background.jpg
OUTDIR=html
@@ -11,10 +12,7 @@ LIST=$(addprefix html/, $(files))
$(OUTDIR)/%.html: %.md | $(OUTDIR)
pandoc $< -f markdown -t html -s -o $@
$(OUTDIR)/%.js: %.js | $(OUTDIR)
cp $< $@
$(OUTDIR)/%.html: %.html | $(OUTDIR)
$(OUTDIR)/%: % | $(OUTDIR)
cp $< $@
all: $(LIST)