From cae48d231a82cd451658e3745ab23e1a2057d406 Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Fri, 24 Oct 2025 18:20:09 +0530 Subject: Add manpage for documentation --- justfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'justfile') diff --git a/justfile b/justfile index 9dff968..e11c187 100644 --- a/justfile +++ b/justfile @@ -6,3 +6,7 @@ run *args: test *args: cabal test {{args}} + +doc: + pandoc -f man -t markdown docs/daffm.1 -o docs/daffm.md + -- cgit v1.3.1