From faecdc2ec0696c294944f93a6f48b4948480a927 Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Fri, 4 Apr 2025 17:23:14 -0300
Subject: Makefile: Add public.asc to output dir

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

(limited to 'Makefile')

diff --git a/Makefile b/Makefile
index ae18c48..b784b25 100644
--- a/Makefile
+++ b/Makefile
@@ -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 = \
-- 
cgit v1.2.3