diff options
Diffstat (limited to '')
-rw-r--r-- | bin/dune | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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) |