update `Makefile`
parent
6c18122dc7
commit
314316e183
2
Makefile
2
Makefile
|
@ -11,7 +11,7 @@ PANDOCFLAGS := --data-dir pandoc
|
||||||
BAVBAVHAUSFLAGS = $(PANDOCFLAGS) -M slug=$*
|
BAVBAVHAUSFLAGS = $(PANDOCFLAGS) -M slug=$*
|
||||||
|
|
||||||
public_html/%.html: %.md
|
public_html/%.html: %.md
|
||||||
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/^/g' > $@
|
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/<->/g' > $@
|
||||||
|
|
||||||
public_html/%.html.part: %.md
|
public_html/%.html.part: %.md
|
||||||
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<
|
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<
|
||||||
|
|
Loading…
Reference in New Issue