index.html: Rebuild status
[nmbug-oci.git] / Makefile
1 .PHONY: index.html  # regenerate every time
2
3 index.html:
4         notmuch-report --config notmuch-report.json >"$@"
5
6 commit: index.html
7         git commit -vm "$$(git log -1 --date=short --format='index.html: Rebuild status%n%nPulling in %h (%s, %ad).' origin/master)" --edit "$<"