From 70984a91e9f5e0a6f1ce554025fc9fd4513fb30d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 31 Jan 2016 12:29:19 +0200 Subject: Setup doc/ install/dist --- doc/buildfile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/buildfile (limited to 'doc') diff --git a/doc/buildfile b/doc/buildfile new file mode 100644 index 0000000..4e85906 --- /dev/null +++ b/doc/buildfile @@ -0,0 +1,16 @@ +# file : doc/buildfile +# copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +# license : MIT; see accompanying LICENSE file + +define css: file +css{*}: extension = css + +./: doc{build2-toolchain-intro.xhtml \ + build2-toolchain-intro-a4.pdf \ + build2-toolchain-intro-a4.ps \ + build2-toolchain-intro-letter.pdf \ + build2-toolchain-intro-letter.ps} \ + css{common code-box pre-box intro} \ + file{a4.html2ps letter.html2ps intro.html2ps} \ + file{intro-prologue.xhtml intro-epilogue.xhtml \ + intro.cli cli.sh} -- cgit v1.1