From 10a2dd4344391f4654cc2fab06646a1784d87a5d Mon Sep 17 00:00:00 2001 From: Willem Van Onsem Date: Sun, 31 Mar 2024 23:19:06 +0200 Subject: [PATCH] version bump --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fe9a6cc..2526db3 100644 --- a/Makefile +++ b/Makefile @@ -42,7 +42,7 @@ out_/%.html: %.md Makefile templates/easy_template.html printf "Redirecting to /$(@:out_/%=%)" "$@" > $(subst -,_,$@) printf "Redirecting to /$(@:out_/%=%)" "$@" > $(subst pattern/,patterns/,$@) printf "Redirecting to /$(@:out_/%=%)" "$@" > $(subst -,_,$(subst pattern/,patterns/,$@)) - /tmp/bin/pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" | sed -E 's/[ ]{16}//g' | minify --type 'html' --html-keep-document-tags > "$@" + /tmp/bin/pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" | sed -E 's/^[ ]{16}//g' | minify --type 'html' --html-keep-document-tags > "$@" out_/%.ico : media/%.ico ln "$<" "$@"