update `Makefile`

master
urosm 2024-06-26 22:17:50 +02:00
parent 6c18122dc7
commit 314316e183
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ PANDOCFLAGS := --data-dir pandoc
BAVBAVHAUSFLAGS = $(PANDOCFLAGS) -M slug=$*
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
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<