blob: 39678d6ee02f8c8a8d9342dcf2592afe7da8440a (
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
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
cmds = \
bpkg-cfg-add \
bpkg-cfg-create \
bpkg-cfg-fetch \
bpkg-help \
bpkg-pkg-build \
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-create \
bpkg-rep-info
define css: file
css{*}: extension = css
define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{bpkg bpkg-common-options $cmds} \
css{common pre-box man} \
file{man-prologue.1 man-epilogue.1 \
man-prologue.xhtml man-epilogue.xhtml \
cli.sh}
|