diff options
author | EuAndreh <eu@euandre.org> | 2025-04-18 05:23:29 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-18 05:23:29 -0300 |
commit | 206860b4276f1c61281ce8047b9b3e6ef4667135 (patch) | |
tree | 9e6455165a2a89de69c99d9450fb6f9e8a3777ce /Makefile | |
parent | src/content/{index.html,security.txt}: Create from src/symlinks.txt (diff) | |
download | euandre.org-206860b4276f1c61281ce8047b9b3e6ef4667135.tar.gz euandre.org-206860b4276f1c61281ce8047b9b3e6ef4667135.tar.xz |
Makefile: Add "check-unit-links" target
Diffstat (limited to '')
-rw-r--r-- | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -347,7 +347,17 @@ check-unit-links-internal: $(sources.links-internal-check) check-unit-links-external: +symlink-deps = \ + $(sources.html) \ + $(feeds.xml) \ + src/content/.well-known/security.txt \ + +check-unit-symlinks: src/all-symlinks.txt $(symlink-deps) + find `cat src/all-symlinks.txt` | xargs -n1 test -e + + check-unit-links: check-unit-links-internal check-unit-links-external +check-unit-links: check-unit-symlinks check-unit: check-unit-sorting check-unit-updatedat check-unit-links |