blob: 4b2305ec1b9554107ddb3f23604f191d3ee07c61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cmds = \
brep-clean \
brep-load \
brep-migrate
./: {man1 xhtml}{$cmds} \
css{common pre-box man} \
file{man-*}
./: doc{build2-repository-interface-manual*} \
css{code-box common doc pre-box toc} \
file{manual.cli doc-* *.html2ps}
./: file{cli.sh}
|