summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-05-05 11:30:44 -0300
committerEuAndreh <eu@euandre.org>2025-05-05 11:30:44 -0300
commitda75a78669a7c11038c7b44ea5f2eb4de88ca46d (patch)
treedf938924b75a346c9ecd7eab3496f3a2e88822da
parentMakefile: Only write the public key when we have it locally (diff)
downloadeuandre.org-da75a78669a7c11038c7b44ea5f2eb4de88ca46d.tar.gz
euandre.org-da75a78669a7c11038c7b44ea5f2eb4de88ca46d.tar.xz
Makefile: Fix missing test dependencies
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b467ade..022c2c5 100644
--- a/Makefile
+++ b/Makefile
@@ -390,7 +390,7 @@ check-unit-updatedat: $(sources.updatedat-check)
.SUFFIXES: .links-internal-check
sources.links-internal-check = $(sources.adoc:.adoc=.links-internal-check)
-$(sources.links-internal-check): $(sources.html)
+$(sources.links-internal-check): $(sources.html) $(slides.pdf)
grep -E '^(link|image):' $*.links | cut -d: -f2- | \
xargs -I% test -e $(*D)/%
@@ -405,6 +405,7 @@ symlink-deps = \
$(feeds.xml) \
$(categories.xml) \
src/content/.well-known/security.txt \
+ $(sources.media.torrent) \
check-unit-symlinks: src/all-symlinks.txt $(symlink-deps)
find `cat src/all-symlinks.txt` | xargs -n1 test -e