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