diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:24:32 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-02-11 12:24:32 +0200 |
commit | 78634fa442ca0931663b9307a366aae9e28c03a4 (patch) | |
tree | e585386a30ee7f361390b4d689ec50476747b63c /doc/manual.cli | |
parent | 8137dc60e2ba353f6cab5f633bc4edeff2271073 (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..de16aae --- /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-build-system-manual" +"\subject=build system" +"\title=Build System" + +// NOTES +// +// - Maximum <pre> line is 70 characters. +// + +" +\h0#preface|Preface| + +This is the preface. +" + +/* +" +\h Installation +" +source "../INSTALL.cli"; +*/ |