# Makefile STATIC_HTML := $(shell grep -xl '' *.html) .PHONY: all docs all: docs docs: static-html.sh $(STATIC_HTML) ./static-html.sh $(STATIC_HTML)