work on docs
[pspp] / doc / pspp-dev.texi
index a1c623ce03e887f1175290210925607889afc2d7..846d5f4c46d8e168fe2494d7ecbf76e071006f33 100644 (file)
@@ -1,4 +1,13 @@
 \input texinfo @c -*- texinfo -*-
+@c PSPP - a program for statistical analysis.
+@c Copyright (C) 2017, 2020 Free Software Foundation, Inc.
+@c Permission is granted to copy, distribute and/or modify this document
+@c under the terms of the GNU Free Documentation License, Version 1.3
+@c or any later version published by the Free Software Foundation;
+@c with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
+@c A copy of the license is included in the section entitled "GNU
+@c Free Documentation License".
+
 @c %**start of header
 @setfilename pspp-dev.info
 @settitle PSPP
@@ -37,7 +46,7 @@
 This manual is for GNU PSPP version @value{VERSION},
 software for statistical analysis.
 
-Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016 Free Software Foundation, Inc.
+Copyright @copyright{} 1997, 1998, 2004, 2005, 2007, 2010, 2014, 2015, 2016, 2020 Free Software Foundation, Inc.
 
 @quotation
 Permission is granted to copy, distribute and/or modify this document
@@ -77,6 +86,7 @@ Free Documentation License".
 * Processing Data::             Data input, output, and processing.
 * Presenting Output::           Producing machine- and human-readable output.
 * Internationalisation::        Dealing with locale issues.
+* Graphic User Interface::      Hacking the GUI
 
 * Function Index::              Index of PSPP functions.
 * Concept Index::               Index of concepts.
@@ -85,8 +95,8 @@ Free Documentation License".
 * System File Format::          Format of PSPP system files.
 * SPSS/PC+ System File Format:: Format of SPSS/PC+ system files.
 * SPSS Viewer File Format::     Format of SPSS Viewer (SPV) files.
+* SPSS TableLook File Formats:: Formats of .stt and .tlo files.
 * Encrypted File Wrappers::     Common wrapper for encrypted SPSS files.
-* q2c Input Format::            Format of syntax accepted by q2c.
 
 * GNU Free Documentation License:: License for copying this manual.
 @end menu
@@ -97,6 +107,7 @@ Free Documentation License".
 @include dev/data.texi
 @include dev/output.texi
 @include dev/i18n.texi
+@include dev/gui.texi
 
 @include function-index.texi
 @include concept-index.texi
@@ -105,13 +116,9 @@ Free Documentation License".
 @include dev/system-file-format.texi
 @include dev/pc+-file-format.texi
 @include dev/spv-file-format.texi
+@include dev/tlo-file-format.texi
 @include dev/encrypted-file-wrappers.texi
-@include dev/q2c.texi
 
 @include fdl.texi
 
 @bye
-
-@c Local Variables:
-@c compile-command: "makeinfo pspp-dev.texi"
-@c End: