md-to-html/Makefile @ adb18a61e30f

More
author Steve Losh <steve@stevelosh.com>
date Thu, 16 Jul 2026 11:08:03 -0400
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"