update `Makefile`

master
urosm 2024-06-30 18:20:59 +02:00
parent b2be24f36f
commit b7f6fb4fff
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 -o $@ $<
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.yaml $< | sed 's/↩︎/[\&#8288;<\&#8288;-\&#8288;]/g' > $@
public_html/%.html.part: %.md
pandoc $(BAVBAVHAUSFLAGS) -d bavbavhaus.net.part.yaml --id-prefix $* -o $@ $<