diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -91,6 +91,7 @@ static-contents = \ $(sources.extras) \ $(images.svg) \ src/content/style.css \ + src/content/$(PUBURL) \ src/content/.well-known/security.txt \ dynamic-contents.gz = $(dynamic-contents:=.gz) @@ -98,6 +99,7 @@ dynamic-contents.gz = $(dynamic-contents:=.gz) static-contents.gz = \ $(images.svg:=.gz) \ src/content/style.css.gz \ + src/content/$(PUBURL).gz \ src/content/.well-known/security.txt.gz \ contents.gz = \ |