Skip to content

Commit

Permalink
fix: add dune-coq to manual
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <me@rgrinberg.com>

ps-id: 98649AD1-C2E6-4383-931E-970847D2CA98
  • Loading branch information
rgrinberg authored and ejgallego committed Apr 7, 2022
1 parent 3b2c64a commit cff55b1
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 @@ -26,6 +26,15 @@
(package dune)
(files dune-clean.1))

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

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

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

0 comments on commit cff55b1

Please sign in to comment.