1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
[comment {-*- tcl -*- doctools manpage}]
[include version.inc]
[manpage_begin critcl 1 [vset VERSION]]
[include include/module.inc]
[titledesc {CriTcl Application}]
[description]
[para]
[include include/welcome.inc]
[para]
This document is the reference manpage for the [cmd critcl] command.
Its intended audience are people having to build packages using
[package critcl] for deployment. Writers of packages with embedded C
code can ignore this document.
If you are in need of an overview of the whole system instead, please
go and read the [manpage {Introduction To CriTcl}].
[para]
This application resides in the Application Layer of CriTcl.
[para][image arch_application][para].
[comment {===================================================================}]
The application supports the following general command line:
[list_begin definitions]
[call [cmd critcl] [opt [arg option]...] [opt [arg file]...]]
The exact set of options supported, their meaning, and interaction is
detailed in section [sectref {Application Options}] below.
For a larger set of examples please see section "Building Critcl Packages"
in the document about [manpage {Using CriTcl}].
[list_end]
[section {Application Options}] [include include/aoptions.inc]
[section {Package Structure}] [include include/pstructure.inc]
[comment {===================================================================}]
[include include/changes.inc]
[include include/feedback.inc]
[manpage_end]
|