[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-78-g1fbf08
From: |
Ben Pfaff |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-78-g1fbf08a |
Date: |
Sun, 25 Oct 2020 02:09:07 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via 1fbf08a161e2e71fed5e6fc3e6671da8b6cae940 (commit)
via 11e4ee93f59174f19d56628191cfe0482275fa96 (commit)
via 5987926fc7ef9f1ded52a8513d1b1be03d040c7f (commit)
from 5692254f966863caef595ec6270f966c063b1b08 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 1fbf08a161e2e71fed5e6fc3e6671da8b6cae940
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Oct 24 23:08:21 2020 -0700
doc: Enclose @psppoutput and @psppsyntax in @smallexample.
This makes these fit better horizontally within the page width for PDF
output.
commit 11e4ee93f59174f19d56628191cfe0482275fa96
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Oct 24 23:07:28 2020 -0700
doc: Generate output for tutorial examples at build time too.
The trickiest part here is that the final example should only include part
of the output, the coefficients tables only. For that, we can use the
pspp-output utility to pull just those tables from the output file.
commit 5987926fc7ef9f1ded52a8513d1b1be03d040c7f
Author: Ben Pfaff <blp@cs.stanford.edu>
Date: Sat Oct 24 22:45:28 2020 -0700
doc: Improve rules for generating output from examples.
This adds support for --enable-silent-rules, avoids the need for $PWD,
and behaves better if there is a failure (by not creating the output file).
-----------------------------------------------------------------------
Summary of changes:
doc/automake.mk | 48 ++++++----
doc/examples/tutorial1.sps | 8 ++
doc/examples/tutorial2.sps | 2 +
doc/examples/tutorial3.sps | 2 +
doc/examples/tutorial4.sps | 5 ++
doc/examples/tutorial5.sps | 6 ++
doc/examples/tutorial6.sps | 3 +
doc/examples/tutorial7.sps | 3 +
doc/pspp.texi | 4 +
doc/tutorial.texi | 217 ++-------------------------------------------
10 files changed, 72 insertions(+), 226 deletions(-)
create mode 100644 doc/examples/tutorial1.sps
create mode 100644 doc/examples/tutorial2.sps
create mode 100644 doc/examples/tutorial3.sps
create mode 100644 doc/examples/tutorial4.sps
create mode 100644 doc/examples/tutorial5.sps
create mode 100644 doc/examples/tutorial6.sps
create mode 100644 doc/examples/tutorial7.sps
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-78-g1fbf08a,
Ben Pfaff <=