Makefile: set pandoc templates as prerequisite of pages and parts targets
parent
1e7f8a5219
commit
063ab2eebc
4
Makefile
4
Makefile
|
@ -13,9 +13,13 @@ BAVBAVHAUSFLAGS = $(PANDOCFLAGS) -M slug=$*
|
|||
public_html/%.html: %.md
|
||||
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/[\⁠\<\⁠-\⁠]/g' > $@
|
||||
|
||||
$(pages): pandoc/templates/bavbavhaus.net.html5
|
||||
|
||||
public_html/%.html.part: %.md
|
||||
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<
|
||||
|
||||
$(parts): pandoc/templates/bavbavhaus.net.part.html5
|
||||
|
||||
public_html/%.html.d: %.md
|
||||
pandoc lua dependencies.lua $< > $@
|
||||
|
||||
|
|
Loading…
Reference in New Issue