blob: a68a8bb1b9c1c8925765ddd178c3558e8e6cca2a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2019 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
css{*}: extension = css
./: doc{build2-toolchain-*} \
css{code-box common doc pre-box toc} \
file{install.cli intro.cli doc-* *.html2ps}
./: file{cli.sh}
|