From 41e21bac1684c7ff5831f02bcf532352c8ddb666 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|