blob: 87379082f945cbd2c0901b507dd4756bd48920bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
css{*}: extension = css
intr = build2-toolchain-intro
inst = build2-toolchain-install
./: \
doc{$(intr).xhtml $intr-a4.pdf $intr-a4.ps $intr-letter.pdf $intr-letter.ps} \
doc{$(inst).xhtml $inst-a4.pdf $inst-a4.ps $inst-letter.pdf $inst-letter.ps} \
css{code-box common doc pre-box toc} \
file{a4.html2ps letter.html2ps doc.html2ps} \
file{doc-prologue.xhtml doc-epilogue.xhtml} \
cli{intro.cli install.cli} file{cli.sh}
|