diff options
author | EuAndreh <eu@euandre.org> | 2025-04-04 18:10:16 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-04 18:10:16 -0300 |
commit | 0ab4c9a0fb454db91188a197b0dfd1b66dc2a200 (patch) | |
tree | 5c57cadf817b732d535f67d7b0efc4b477575292 /Makefile | |
parent | src/content/favicon.ico: Add refresheable rule in Makefile (diff) | |
download | euandre.org-0ab4c9a0fb454db91188a197b0dfd1b66dc2a200.tar.gz euandre.org-0ab4c9a0fb454db91188a197b0dfd1b66dc2a200.tar.xz |
Makefile: Add missing files from $(SRCDIR) installation
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) \ |