aboutsummaryrefslogtreecommitdiff
path: root/doc/buildfile
blob: 00f9554da486797fe721c91ab4edd962fd0cca06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# file      : doc/buildfile
# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd
# license   : MIT; see accompanying LICENSE file

cmds =             \
brep-load 	   \
brep-migrate

define css: file
css{*}: extension = css

define xhtml: doc
xhtml{*}: extension = xhtml

./: {man1 xhtml}{$cmds}                         \
    css{common pre-box man} 	                \
    file{man-prologue.1 man-epilogue.1          \
         man-prologue.xhtml man-epilogue.xhtml}

./: doc{build2-repository-interface-manual.xhtml      \
        build2-repository-interface-manual-a4.pdf     \
	build2-repository-interface-manual-a4.ps      \
        build2-repository-interface-manual-letter.pdf \
	build2-repository-interface-manual-letter.ps} \
    css{code-box common doc pre-box toc} 	      \
    file{a4.html2ps letter.html2ps doc.html2ps}       \
    file{doc-prologue.xhtml doc-epilogue.xhtml        \
         manual.cli}

./: file{cli.sh}