Add static + changes for bw compat
This commit is contained in:
@@ -3,9 +3,9 @@ METADATA := $(METADATA) metadata.md
|
||||
|
||||
PAGE := $(shell basename $(shell pwd))
|
||||
|
||||
all: $(BUILDDIR)/$(PAGE)/index.html
|
||||
all: $(BUILDDIR)/page/$(PAGE)/index.html
|
||||
|
||||
$(BUILDDIR)/$(PAGE)/index.html: main.md $(METADATA)
|
||||
$(BUILDDIR)/page/$(PAGE)/index.html: main.md $(TEMPLATE) $(METADATA)
|
||||
@mkdir -p $(@D)
|
||||
pandoc $< $(METADATA) --to html --output $@ --standalone --template $(TEMPLATE) --mathjax
|
||||
|
||||
|
Reference in New Issue
Block a user