~ubuntu-branches/ubuntu/utopic/critcl/utopic

« back to all changes in this revision

Viewing changes to doc/critcl_app.man

  • Committer: Package Import Robot
  • Author(s): Andrew Shadura
  • Date: 2013-05-11 00:08:06 UTC
  • Revision ID: package-import@ubuntu.com-20130511000806-7hq1zc3fnn0gat79
Tags: upstream-3.1.9
ImportĀ upstreamĀ versionĀ 3.1.9

Show diffs side-by-side

added added

removed removed

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