aboutsummaryrefslogtreecommitdiff
path: root/man/dune
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2018-10-23 08:31:13 +0200
committerEmilio Jesus Gallego Arias2018-10-23 08:39:45 +0200
commitc2973136d2373f60d4398cbfb798f740ffdb9810 (patch)
tree861470f370dab8d657565903e4ab598d8160ff2e /man/dune
parent2d714ebc0ea9588b4346249a574d9eda63dd389d (diff)
[dune] Install man pages + remove two obsolete ones.
Diffstat (limited to 'man/dune')
-rw-r--r--man/dune10
1 files changed, 10 insertions, 0 deletions
diff --git a/man/dune b/man/dune
new file mode 100644
index 0000000000..359e780545
--- /dev/null
+++ b/man/dune
@@ -0,0 +1,10 @@
+(install
+ (section man)
+ (package coq)
+ (files coqc.1 coqtop.1 coqtop.byte.1 coqtop.opt.1 coqchk.1 coqdep.1 coqdoc.1 coq_makefile.1 coq-tex.1 coqwc.1))
+
+(install
+ (section man)
+ (package coqide)
+ (files coqide.1))
+