diff options
author | EuAndreh <eu@euandre.org> | 2025-04-05 06:45:33 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2025-04-05 11:16:19 -0300 |
commit | 10a15d3eae483f6db54ee836c55fc5f020e8452a (patch) | |
tree | 2d1e726e88972c67cd475f2ab0db811352b77cf9 /mkdeps.sh | |
parent | src/headers.txt: Add links to all collections (diff) | |
download | euandre.org-10a15d3eae483f6db54ee836c55fc5f020e8452a.tar.gz euandre.org-10a15d3eae483f6db54ee836c55fc5f020e8452a.tar.xz |
Makefile: Add test for internal broken links
Diffstat (limited to '')
-rwxr-xr-x | mkdeps.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ files | sed 's/^\(.*\)\.adoc$/\1.snippets.gz:\t\1.snippets/' listings | sed 's|^\(.*\)/index\.adoc$|\1/feed.xml.gz:\t\1/feed.xml|' printf '\n' +files | sed 's/^\(.*\)\.adoc$/\1.links-check-internal:\t\1.links/' + articles | sed 's/^\(.*\)\.adoc$/\1.feedentry:\t\1.conf\t\1.htmlbody/' articles | sed 's/^\(.*\)\.adoc$/\1.sortdata:\t\1.conf/' printf '\n' |