md-to-html/Makefile @ 03d0224e048b

Merge
author Steve Losh <steve@stevelosh.com>
date Thu, 28 Aug 2025 15:30:39 -0400
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"