aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-05-11 16:25:55 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-05-11 17:05:35 +0300
commit49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a (patch)
treeb3a4650c4861618cf1584a508993b503dd4b2143 /doc
parent1e85919e1c3af7424a4d5bc6aef6c97b8f55c957 (diff)
Establish build2 project
Diffstat (limited to 'doc')
-rw-r--r--doc/buildfile18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/buildfile b/doc/buildfile
new file mode 100644
index 0000000..aa27936
--- /dev/null
+++ b/doc/buildfile
@@ -0,0 +1,18 @@
+# file : doc/buildfile
+# copyright : Copyright (c) 2014-2017 Code Synthesis Ltd
+# license : TBC; see accompanying LICENSE file
+
+define css: file
+css{*}: extension = css
+
+./: doc{build2-buildos-manual.xhtml \
+ build2-buildos-manual-a4.pdf \
+ build2-buildos-manual-a4.ps \
+ build2-buildos-manual-letter.pdf \
+ build2-buildos-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}