diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 13:37:49 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2017-05-11 17:56:12 +0300 |
commit | ea9063805ce849d2ef81396e53aa1437a520fe5e (patch) | |
tree | aea569f674f7fcd26f7a75ed2962c7c1aa01a0b6 /doc/buildfile | |
parent | dd1d5472bf28beba971d2b507fab53dec43939f7 (diff) |
Complete doc/ infra
Diffstat (limited to 'doc/buildfile')
-rw-r--r-- | doc/buildfile | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/doc/buildfile b/doc/buildfile new file mode 100644 index 0000000..c11de50 --- /dev/null +++ b/doc/buildfile @@ -0,0 +1,30 @@ +# file : doc/buildfile +# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd +# license : TBC; see accompanying LICENSE file + +cmds = \ +bbot-agent \ +bbot-worker + +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-build-bot-manual.xhtml \ + build2-build-bot-manual-a4.pdf \ + build2-build-bot-manual-a4.ps \ + build2-build-bot-manual-letter.pdf \ + build2-build-bot-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} |