Skip to content

Commit

Permalink
chore: Commit generated dune file (#11008)
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Kubica <marek@tarides.com>
  • Loading branch information
Leonidas-from-XIV authored Oct 10, 2024
1 parent 4cb8c41 commit 0aa8e38
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/dune.inc
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,15 @@
(package dune)
(files dune-subst.1))

(rule
(with-stdout-to dune-tools.1
(run dune tools --help=groff)))

(install
(section man)
(package dune)
(files dune-tools.1))

(rule
(with-stdout-to dune-top.1
(run dune top --help=groff)))
Expand Down

0 comments on commit 0aa8e38

Please sign in to comment.