blob: d1592aa426bd833f555930301188c874bce9e574 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
# file : doc/buildfile
# license : MIT; see accompanying LICENSE file
cmds = \
bpkg-cfg-create \
bpkg-cfg-info \
bpkg-cfg-link \
bpkg-cfg-unlink \
bpkg-help \
bpkg-pkg-build \
bpkg-pkg-checkout \
bpkg-pkg-clean \
bpkg-pkg-configure \
bpkg-pkg-disfigure \
bpkg-pkg-drop \
bpkg-pkg-fetch \
bpkg-pkg-install \
bpkg-pkg-purge \
bpkg-pkg-status \
bpkg-pkg-test \
bpkg-pkg-uninstall \
bpkg-pkg-unpack \
bpkg-pkg-update \
bpkg-pkg-verify \
bpkg-rep-add \
bpkg-rep-create \
bpkg-rep-fetch \
bpkg-rep-info \
bpkg-rep-list \
bpkg-rep-remove
define css: file
css{*}: extension = css
define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{bpkg bpkg-common-options bpkg-repository-signing \
bpkg-repository-types bpkg-argument-grouping \
bpkg-default-options-files $cmds} \
css{common pre-box man} \
file{man-*}
./: doc{build2-package-manager-manual*} \
css{code-box common doc pre-box toc} \
file{manual.cli doc-* *.html2ps}
./: file{cli.sh}
|