diff --git a/Makefile b/Makefile index fc3ccae..9959b18 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/,$@)) - pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" | minify --type 'html' --html-keep-document-tags > "$@" + pandoc -s -f markdown+footnotes-smart -t html --template=templates/easy_template.html -c "${style}" --highlight-style haddock "$<" > "$@" # | minify --type 'html' --html-keep-document-tags > "$@" out_/%.ico : media/%.ico ln "$<" "$@"