aboutsummaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-10-24 18:20:09 +0530
committerAkshay Nair <phenax5@gmail.com>2025-10-24 18:21:05 +0530
commitcae48d231a82cd451658e3745ab23e1a2057d406 (patch)
tree58e37b337925ec574f9c6af3a187237372bc60ff /justfile
parenta3cc21ebb749c1e5071d857990c6aaed0d182840 (diff)
downloaddaffm-cae48d231a82cd451658e3745ab23e1a2057d406.tar.gz
daffm-cae48d231a82cd451658e3745ab23e1a2057d406.zip
Add manpage for documentation
Diffstat (limited to 'justfile')
-rw-r--r--justfile4
1 files changed, 4 insertions, 0 deletions
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
+