Add make target to automatically regenerate html fixtures

After changing something the fixtures need to be updated to reflect the new
output. This just moves those steps from my bash history to make.
This commit is contained in:
Niklas Fasching 2018-12-11 14:46:26 +01:00
parent 8cefd9fabc
commit 9826aa2143
3 changed files with 10 additions and 1 deletions

View file

@ -25,3 +25,7 @@ render:
.PHONY: generate-gh-pages
generate-gh-pages: build
./etc/generate-gh-pages
.PHONY: generate-html-fixtures
generate-html-fixtures: build
./etc/generate-html-fixtures