[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-389-gb371b
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-389-gb371bbe |
Date: |
Sun, 14 Jun 2020 05:12:49 -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 b371bbe93d3701bb3ce03ed78ca97087058c922b (commit)
via 100858ba8c03581afefc60719f863c9e936dbb4e (commit)
via ed546e6d8073f2b5e0c9acfd935cf7c6921d0c0a (commit)
from 8fcedd27b1645a63f0080c7a3c0195e79b27ddec (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 b371bbe93d3701bb3ce03ed78ca97087058c922b
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sun Jun 14 11:02:05 2020 +0200
help: added help_page property at various ui files
I added the help_page property in the
- k-independent.ui
- k-related.ui
and at various sub dialogs where options are set. With the
help_page property a more meaningful page in the documentation
is called instead of the toplevel documentation.
commit 100858ba8c03581afefc60719f863c9e936dbb4e
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Fri Jun 12 15:35:19 2020 +0200
doc: fixed references for DESCRIPTIVES, T-TEST, RELIABILITY and REGRESSION
The example for the descriptives command and the command
description had the same reference. Same for T-TEST, RELIABILITY
and REGRESSION.
commit ed546e6d8073f2b5e0c9acfd935cf7c6921d0c0a
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Fri Jun 12 17:07:27 2020 +0200
doc: added prepdoc.sh script for simple working on documentation
I added the prepdoc.sh script to allow to work on the documentation
without having the full build environment. You can just checkout
from git and then run
cd pspp/doc
./prepdoc.sh
makeinfo --html pspp.texi
open ./pspp/index.html
Maybe it is then easier for contributors to work on the documentation
without having to run Smake and configure with all the required
packages. prepdoc.sh will generate some dummy required texi files
which are normally generated during the build process.
-----------------------------------------------------------------------
Summary of changes:
doc/automake.mk | 4 +++-
doc/prepdoc.sh | 40 ++++++++++++++++++++++++++++++++++++++++
doc/tutorial.texi | 26 +++++++++++++-------------
src/ui/gui/crosstabs.ui | 3 +++
src/ui/gui/examine.ui | 2 ++
src/ui/gui/factor.ui | 2 ++
src/ui/gui/frequencies.ui | 2 ++
src/ui/gui/k-independent.ui | 2 ++
src/ui/gui/k-related.ui | 1 +
src/ui/gui/logistic.ui | 1 +
src/ui/gui/oneway.ui | 2 ++
src/ui/gui/rank.ui | 2 ++
src/ui/gui/regression.ui | 2 ++
13 files changed, 75 insertions(+), 14 deletions(-)
create mode 100755 doc/prepdoc.sh
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-389-gb371bbe,
Friedrich Beckmann <=