md-to-html/Makefile @ 14b2a5152bea

Merge
author Steve Losh <steve@stevelosh.com>
date Thu, 18 Jul 2024 10:09:41 -0400
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"