Updated CSS & moved into repo
This commit is contained in:
8
Makefile
8
Makefile
@@ -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)
|
||||
|
Reference in New Issue
Block a user