blob: f2b22f160c82f41571cfb5f576698715d7c38b97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2017 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}
|