md-to-html/Makefile @ ea681bd9c52d

Tweak stump
author Steve Losh <steve@stevelosh.com>
date Tue, 19 Mar 2024 16:09:11 -0400
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"