blob: 034e3a951b916603488427b7247f4dbede74ec57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# file : doc/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license : MIT; see accompanying LICENSE file
define css: file
css{*}: extension = css
define xhtml: doc
xhtml{*}: extension = xhtml
./: {man1 xhtml}{b} \
css{common pre-box man} \
file{man-prologue.1 man-epilogue.1 \
man-prologue.xhtml man-epilogue.xhtml \
cli.sh}
|