md-to-html/Makefile @ c55540587f76

More
author Steve Losh <steve@stevelosh.com>
date Fri, 02 Feb 2024 15:00:52 -0500
parents 80f0db7bdfd0
children (none)
%.html: %.markdown template.html Makefile
	pandoc \
	  --template template.html \
	  --table-of-contents \
	  -f markdown -t html \
	  "$<" > "$@"