Skip to content

Commit

Permalink
doc: commit promoted doc/dune.inc (#8008)
Browse files Browse the repository at this point in the history
This is a leftover from #7985.

Signed-off-by: Etienne Millon <me@emillon.org>
  • Loading branch information
emillon authored Jun 19, 2023
1 parent 30340e6 commit 89c63fa
Showing 1 changed file with 18 additions and 9 deletions.
27 changes: 18 additions & 9 deletions doc/dune.inc
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

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

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

(rule
(with-stdout-to dune-promote.1
(run dune promote --help=groff)))
Expand Down Expand Up @@ -179,15 +188,6 @@
(package dune)
(files dune-pkg.1))

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

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

(rule
(with-stdout-to dune-promotion.1
(run dune promotion --help=groff)))
Expand Down Expand Up @@ -224,6 +224,15 @@
(package dune)
(files dune-runtest.1))

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

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

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

0 comments on commit 89c63fa

Please sign in to comment.