From 437ea8d2ffdac7dd2f719d2bd3960c31c7a5a22b Mon Sep 17 00:00:00 2001 From: MultisampledNight Date: Wed, 10 Jan 2024 23:35:39 +0100 Subject: [PATCH] repo: add helpful comment to justfile --- justfile | 1 + 1 file changed, 1 insertion(+) diff --git a/justfile b/justfile index 7870440..3715e45 100644 --- a/justfile +++ b/justfile @@ -1,3 +1,4 @@ +# Compile all documentation as in proposals and design documents, placing them under `docs/compiled`. docs: #!/usr/bin/env nu glob **/*.typ --exclude [**/{template.typ,util/**}] | par-each { |source|