summaryrefslogtreecommitdiff
path: root/cli/doc/buildfile
blob: f47adadbc6deba4d4434463662965b5a113dfdf4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# file      : doc/buildfile
# license   : MIT; see accompanying LICENSE file

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

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

./: {man1 xhtml}{cli} \
    css{default}      \
    file{cli-*}

./: guide/doc{cli-guide*} \
    guide/xhtml{index}    \
    guide/file{*.html2ps}

doc{*}: install.subdirs = true

./: file{doc.sh}