aboutsummaryrefslogtreecommitdiff
path: root/doc/buildfile
blob: 9a6929ddd2f4adddc1f9c89cd2aa06f2117bdabe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : doc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

cmds =             \
bdep-help          \
bdep-init          \
bdep-config

define css: file
css{*}: extension = css

define xhtml: doc
xhtml{*}: extension = xhtml

./: {man1 xhtml}{bdep bdep-common-options $cmds} \
    css{common pre-box man}                      \
    file{man-*}

./: file{cli.sh}