diff options
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 |