diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:35:31 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:35:31 +0200 |
commit | 1b60fb26391e6645d18ddb8e42fb3d41de398a78 (patch) | |
tree | 46ea0989cf69ed1dada58016614d3657f4a5b628 /doc/manual.cli | |
parent | 64eec8ee5c9d4592b08d6f177b375ff62f4c1e07 (diff) |
Setup manual infra
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/manual.cli b/doc/manual.cli new file mode 100644 index 0000000..e8bb033 --- /dev/null +++ b/doc/manual.cli @@ -0,0 +1,25 @@ +// file : doc/manual.cli +// copyright : Copyright (c) 2014-2016 Code Synthesis Ltd +// license : MIT; see accompanying LICENSE file + +"\name=build2-repository-interface-manual" +"\subject=repository interface" +"\title=Repository Interface" + +// NOTES +// +// - Maximum <pre> line is 70 characters. +// + +" +\h0#preface|Preface| + +This is the preface. +" + +/* +" +\h Installation +" +source "../INSTALL.cli"; +*/ |