diff --git a/contrib/Makefile b/contrib/Makefile index f704378..9ed2094 100644 --- a/contrib/Makefile +++ b/contrib/Makefile @@ -1,10 +1,10 @@ # Makefile -HTML := $(wildcard *.html) +STATIC_HTML := $(shell grep -xl '' *.html) .PHONY: all docs all: docs -docs: static-html.sh $(HTML) - ./static-html.sh $(HTML) +docs: static-html.sh $(STATIC_HTML) + ./static-html.sh $(STATIC_HTML) diff --git a/contrib/logo-color.html b/contrib/logo-color.html index a45ea93..4a29781 100644 --- a/contrib/logo-color.html +++ b/contrib/logo-color.html @@ -1,3 +1,4 @@ +