md-to-html/Makefile @ 96d5ea1b6097

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