summaryrefslogtreecommitdiff
path: root/mkdeps.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2025-04-05 14:52:38 -0300
committerEuAndreh <eu@euandre.org>2025-04-05 14:52:38 -0300
commit46222bba365f4ea2e23bab295ede7abb13cdfb1e (patch)
treeb4643ea6398950214936f220b54ae517cab1e709 /mkdeps.sh
parentMakefile: Prevent CI from trying to look at ~/.gnupg (diff)
downloadpapo.im-46222bba365f4ea2e23bab295ede7abb13cdfb1e.tar.gz
papo.im-46222bba365f4ea2e23bab295ede7abb13cdfb1e.tar.xz
Makefile: Update to match Makefile in euandre.org
Diffstat (limited to 'mkdeps.sh')
-rwxr-xr-xmkdeps.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/mkdeps.sh b/mkdeps.sh
index e9141f9..9ede4ff 100755
--- a/mkdeps.sh
+++ b/mkdeps.sh
@@ -53,6 +53,10 @@ 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/'
+files | sed 's/^\(.*\)\.adoc$/\1.caslinks:\t\1.links/'
+printf '\n'
+
articles | sed 's/^\(.*\)\.adoc$/\1.feedentry:\t\1.conf\t\1.htmlbody/'
articles | sed 's/^\(.*\)\.adoc$/\1.sortdata:\t\1.conf/'
printf '\n'