about summary refs log tree commit diff
path: root/doc/dune
blob: 3ebefb7fc5578a14cfcf29f996b13a50e4ada2bb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
(install
  (section man)
  (files logbook.1 logbook-log.7 logbook-template.7))

(install
  (section doc)
  (files (CHANGES.html as html/CHANGES.html)))

(rule
  (target CHANGES.html)
  (action
    (chdir .. (system "%{deps} --public --markdown --file CHANGES.log > %{target}")))
  (deps ../src/logbook.exe))