pspp-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-134-g556aa


From: Ben Pfaff
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.4.1-134-g556aadc
Date: Fri, 27 Nov 2020 22:25:02 -0500 (EST)

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  556aadcdd474f7b1a718a821548652cc64f8770d (commit)
       via  34004ae3fc1e5fe1332ea193641741c5bc076184 (commit)
       via  392dc8858f3ff779ad92b74518d65db9db4d7cd4 (commit)
       via  6014da385d5f3f2a3971f0049d2d54c0dc6e95f8 (commit)
       via  1edd8caa445f353489acae7c76f3670313ae1cb5 (commit)
       via  e71b8fcc7e866cb0b123b1b00070f5442903834b (commit)
      from  9262e8416ca8cc7fce7b69f6a94d084cfaf6738d (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 556aadcdd474f7b1a718a821548652cc64f8770d
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 18:56:35 2020 -0800

    doc: Make figure references relative to doc/, not to doc/pspp-figures.
    
    This frame of reference is what the viewers for the generated XML and Info
    files expect (from testing).  It also seems to be what the Makefile expects
    since this allows us to eliminate a couple of include directory options.

commit 34004ae3fc1e5fe1332ea193641741c5bc076184
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 18:23:59 2020 -0800

    doc: Use $(convert) variable consistently.
    
    Apparently I introduced this halfway.

commit 392dc8858f3ff779ad92b74518d65db9db4d7cd4
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 18:21:44 2020 -0800

    doc: Be consistent about plurals in figure target and variable names.
    
    Before this commit, "txt" and "texi" used plural forms, "html" and "pdf"
    used singular, and "spv" was mixed (!).  This consistently uses the plural.

commit 6014da385d5f3f2a3971f0049d2d54c0dc6e95f8
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 15:38:07 2020 -0800

    doc: Move output examples from "examples" to "pspp-figures".
    
    The Texinfo manual suggests this convention:
    
         If you want to install image files for use by Info readers too, we
      recommend putting them in a subdirectory like 'FOO-figures' for a
      package FOO.  Copying the files into '$(infodir)/FOO-figures/' should be
      done in your 'Makefile'.
    
    Although it suggests this convention for the installed Info, it helps to
    use the convention for the source and build directories, because "makeinfo"
    looks for the files at Info build time.

commit 1edd8caa445f353489acae7c76f3670313ae1cb5
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 14:58:22 2020 -0800

    Makefile: Fix spelling of "prerequisites".

commit e71b8fcc7e866cb0b123b1b00070f5442903834b
Author: Ben Pfaff <blp@cs.stanford.edu>
Date:   Fri Nov 27 15:05:55 2020 -0800

    src/libpspp/Makefile.am: Fix atomicity of version.c generation.
    
    If the Makefile has a bug, or someone runs two "make"s in parallel, the
    approach of truncating version.c then appending to it line by line,
    reopening the file each time, can wind up with a nasty partial result.  By
    generating it in a single go, and then replacing the file atomically, we
    avoid that problem.

-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                                        |   6 +-
 configure.ac                                       |   2 +-
 doc/automake.mk                                    | 136 ++++++++++-----------
 doc/{examples => pspp-figures}/autorecode.sps      |   0
 doc/{examples => pspp-figures}/chisquare.sps       |   0
 doc/{examples => pspp-figures}/compute.sps         |   0
 doc/{examples => pspp-figures}/count.sps           |   0
 doc/{examples => pspp-figures}/descriptives.sps    |   0
 doc/{examples => pspp-figures}/flip.sps            |   0
 doc/{examples => pspp-figures}/frequencies.sps     |   0
 .../independent-samples-t.sps                      |   0
 doc/{examples => pspp-figures}/means.sps           |   0
 doc/{examples => pspp-figures}/one-sample-t.sps    |   0
 doc/{examples => pspp-figures}/reliability.sps     |   0
 doc/{examples => pspp-figures}/split.sps           |   0
 doc/{examples => pspp-figures}/tutorial1.sps       |   0
 doc/{examples => pspp-figures}/tutorial2.sps       |   0
 doc/{examples => pspp-figures}/tutorial3.sps       |   0
 doc/{examples => pspp-figures}/tutorial4.sps       |   0
 doc/{examples => pspp-figures}/tutorial5.sps       |   0
 doc/{examples => pspp-figures}/tutorial6.sps       |   0
 doc/{examples => pspp-figures}/tutorial7.sps       |   0
 doc/{examples => pspp-figures}/weight.sps          |   0
 doc/pspp.texi                                      |   6 +-
 src/libpspp/automake.mk                            |  47 +++----
 25 files changed, 98 insertions(+), 99 deletions(-)
 rename doc/{examples => pspp-figures}/autorecode.sps (100%)
 rename doc/{examples => pspp-figures}/chisquare.sps (100%)
 rename doc/{examples => pspp-figures}/compute.sps (100%)
 rename doc/{examples => pspp-figures}/count.sps (100%)
 rename doc/{examples => pspp-figures}/descriptives.sps (100%)
 rename doc/{examples => pspp-figures}/flip.sps (100%)
 rename doc/{examples => pspp-figures}/frequencies.sps (100%)
 rename doc/{examples => pspp-figures}/independent-samples-t.sps (100%)
 rename doc/{examples => pspp-figures}/means.sps (100%)
 rename doc/{examples => pspp-figures}/one-sample-t.sps (100%)
 rename doc/{examples => pspp-figures}/reliability.sps (100%)
 rename doc/{examples => pspp-figures}/split.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial1.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial2.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial3.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial4.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial5.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial6.sps (100%)
 rename doc/{examples => pspp-figures}/tutorial7.sps (100%)
 rename doc/{examples => pspp-figures}/weight.sps (100%)


hooks/post-receive
-- 
GNU PSPP



reply via email to

[Prev in Thread] Current Thread [Next in Thread]