From 49cce16baa7ec26af089a50c9bcb6d2eebbcaf2a Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Thu, 11 May 2017 16:25:55 +0300 Subject: Establish build2 project --- doc/buildfile | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/buildfile (limited to 'doc') 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} -- cgit v1.1