Skip to content

Commit 6e62228

Browse files
rgrinberggasche
authored andcommitted
install the manpage
1 parent 8e88505 commit 6e62228

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

bin/dune

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,12 @@
33
(public_name mustache)
44
(modules mustache_cli)
55
(libraries mustache ezjsonm cmdliner))
6+
7+
(rule
8+
(with-stdout-to mustache.1
9+
(run mustache --help=groff)))
10+
11+
(install
12+
(section man)
13+
(package mustache)
14+
(files mustache.1))

0 commit comments

Comments
 (0)