aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rw-r--r--bin/dune5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/dune b/bin/dune
index 3031405..b255cb0 100644
--- a/bin/dune
+++ b/bin/dune
@@ -16,11 +16,10 @@
; Rule to generate a man page for stitch
(rule
- (target stitch.1)
- (action (with-outputs-to %{target} (run stitch --help=groff)))
+ (target stitch.1)
+ (action (with-stdout-to %{target} (run stitch --help=groff)))
)
-; Install the man page
(install
(section man)
(files stitch.1)