Fix missing @clicksequence problem with older Texinfo versions.
[pspp-builds.git] / doc / pspp-dev.texinfo
1 \input texinfo @c -*- texinfo -*-
2 @c %**start of header
3 @setfilename pspp-dev.info
4 @settitle PSPP
5 @c For double-sided printing, uncomment:
6 @c @setchapternewpage odd
7 @c %**end of header
8
9 @include version-dev.texi
10
11 @macro cmd{CMDNAME}
12 \CMDNAME\
13 @end macro
14 @macro struct{TAG}
15 @code{struct \TAG\}
16 @end macro
17 @macro union{TAG}
18 @code{union \TAG\}
19 @end macro
20 @macro enum{TAG}
21 @code{enum \TAG\}
22 @end macro
23 @macro func{NAME}
24 @code{\NAME\}
25 @end macro
26
27 @iftex
28 @finalout
29 @end iftex
30
31 @dircategory Math
32 @direntry
33 * PSPP Developers Guide: (pspp-dev). Tutorial and reference for PSPP developers.
34 @end direntry
35
36 @copying
37 This manual is for GNU PSPP version @value{VERSION},
38 software for statistical analysis.
39
40 Copyright @copyright{} 1997, 1998, 2004, 2005, 2007 Free Software Foundation, Inc.
41
42 @quotation
43 Permission is granted to copy, distribute and/or modify this document
44 under the terms of the GNU Free Documentation License, Version 1.1 or
45 any later version published by the Free Software Foundation; with no
46 Invariant Sections, with the Front-Cover Texts being ``A GNU Manual,''
47 and with the Back-Cover Texts as in (a) below.  A copy of the
48 license is included in the section entitled ``GNU Free Documentation
49 License.''
50
51 (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and
52 modify this GNU manual.''
53 @end quotation
54 @end copying
55
56 @titlepage
57 @title PSPP Developers Guide
58 @subtitle GNU PSPP Statistical Analysis Software
59 @subtitle Release @value{VERSION}
60 @author
61 @page
62 @vskip 0pt plus 1filll
63 @insertcopying
64 @end titlepage
65
66 @contents
67
68
69 @ifnottex
70 @node Top
71 @top GNU PSPP Developers Guide
72
73 @insertcopying
74 @end ifnottex
75
76 @menu
77 * Introduction::                Introduction to PSPP development.
78 * Basic Concepts::              Data structures and concepts.
79 * Parsing Command Syntax::      How to parse command syntax.
80 * Processing Data::             Data input, output, and processing.
81 * Presenting Output::           Producing machine- and human-readable output.
82 * Internationalisation::        Dealing with locale issues.
83
84 * Function Index::              Index of PSPP functions.
85 * Concept Index::               Index of concepts.
86
87 * Portable File Format::        Format of PSPP portable files.
88 * System File Format::          Format of PSPP system files.
89 * q2c Input Format::            Format of syntax accepted by q2c.
90
91 * GNU Free Documentation License:: License for copying this manual.
92 @end menu
93
94 @include dev/intro.texi
95 @include dev/concepts.texi
96 @include dev/syntax.texi
97 @include dev/data.texi
98 @include dev/output.texi
99 @include dev/i18n.texi
100
101 @include function-index.texi
102 @include concept-index.texi
103
104 @include dev/portable-file-format.texi
105 @include dev/system-file-format.texi
106 @include dev/q2c.texi
107
108 @include fdl.texi
109
110 @bye
111
112 @c Local Variables:
113 @c compile-command: "makeinfo pspp-dev.texinfo"
114 @c End: