diff options
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"; +*/ |