md-to-html/Makefile @ b62a90915e10

More
author Steve Losh <steve@stevelosh.com>
date Fri, 29 Aug 2025 13:26:05 -0400
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"