From da75a78669a7c11038c7b44ea5f2eb4de88ca46d Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Mon, 5 May 2025 11:30:44 -0300 Subject: Makefile: Fix missing test dependencies --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3