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. v0.6.1-787-ge59bf


From: John Darrington
Subject: [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v0.6.1-787-ge59bf0b
Date: Mon, 31 Aug 2009 17:03:19 +0000

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  e59bf0b7b753079089d6bc4b13798216b2cb6809 (commit)
      from  cdaf2362480a6462d53522603bf8ce12fd74fd3a (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 e59bf0b7b753079089d6bc4b13798216b2cb6809
Author: John Darrington <address@hidden>
Date:   Mon Aug 31 18:25:23 2009 +0200

    Rewrite automake rules for internationalisation files.
    
    I got fed up with battling against the Makefile which
    gettext provides.  So I rolled my own instead.  This change provides
    the following advantages over previous situation:
    
    * It doesn't use recursive calls to $(MAKE).
    
    * Merged and unmerged po files are properly seperated into
      the buildir and sourcedir respectively.  Consequently,
      po files get updated only when we really want them to be,
      and not (potentially) on every commit.
    
    * The .pot file (and consequently the .po and .gmo files) now
      properly depend upon all the distributed source files.  There
      is no need to run "make -f Smake" to make it aware of new files.
    
    * There's no more need of "timestamp" files.
    
    * Potentially it's easier to add per-source-file options
      when generating the .pot file. (and thus avoid warnings about
      unrecognised extentions.

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

Summary of changes:
 Makefile.am         |    3 +-
 Smake               |   18 +-
 configure.ac        |   10 +-
 po/LINGUAS          |    2 -
 po/Makevars         |    4 -
 po/automake.mk      |   52 +
 po/en_GB.po         | 4358 +++++++++++++++------------------------
 po/nl.po            | 5706 ++++++++++++++++++++++++---------------------------
 8 files changed, 4417 insertions(+), 5736 deletions(-)
 delete mode 100644 perl-module/PSPP.bs
 delete mode 100644 po/LINGUAS
 create mode 100644 po/automake.mk


hooks/post-receive
-- 
GNU PSPP




reply via email to

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