From 0ab4c9a0fb454db91188a197b0dfd1b66dc2a200 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 4 Apr 2025 18:10:16 -0300 Subject: Makefile: Add missing files from $(SRCDIR) installation --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 0f8f756..e7b052f 100644 --- a/Makefile +++ b/Makefile @@ -80,8 +80,11 @@ listings.html = $(listings.adoc:.adoc=.html) sources = \ $(sources.adoc) \ + $(sources.extras) \ $(images.svg) \ src/content/style.css \ + src/content/favicon.ico \ + src/content/$(PUBURL) \ dynamic-contents = \ $(sources.html) \ -- cgit v1.2.3