stitch
Note taking for messy minimalists
git clone git://mccd.space/stitchcommit 9fc8906793bc9c7926ba9d928c039d4cc94aa03a
parent 8dbf8014991bd7456dfa09b85f07c04086d70459
Author: Marc Coquand <marc@mccd.space>
Date: Fri, 17 May 2024 12:04:27 -0500
temp remove
Diffstat:
1 file changed, 0 insertions(+), 12 deletions(-)
diff --git a/bin/dune b/bin/dune
@@ -14,15 +14,3 @@
lambda-term))
-; Rule to generate a man page for stitch
-(rule
- (target stitch.1)
- (action (with-outputs-to %{target} (run stitch --help=groff)))
-)
-
-; Install the man page
-(install
- (section man)
- (files stitch.1)
- (package stitch)
-)