From 9a9d92d5082200ef42c7204180d84c47a0e1f111 Mon Sep 17 00:00:00 2001 From: aethrvmn Date: Sun, 16 Nov 2025 22:16:15 +0100 Subject: added dependants and fixed import path --- src/tesserae/core/manpages.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/tesserae/core/manpages.nim') diff --git a/src/tesserae/core/manpages.nim b/src/tesserae/core/manpages.nim index 38abd1a..8c16630 100644 --- a/src/tesserae/core/manpages.nim +++ b/src/tesserae/core/manpages.nim @@ -1,4 +1,4 @@ -import .. / lapis +import .. / .. / lapis tessera "manpages": source: "https://www.kernel.org/pub/linux/docs/man-pages/man-pages-6.15.tar.xz" @@ -9,6 +9,7 @@ tessera "manpages": "make", "sed" ] + dependants: @[""] build: @[ "rm -v man3/crypt*", "make -R GIT=false prefix=/usr install" -- cgit v1.2.3