diff options
author | Jim Meyering <meyering@redhat.com> | 2007-12-02 21:02:26 +0100 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2007-12-02 21:03:42 +0100 |
commit | ecec47635a1d255a8588685a5b8a4d933115ba77 (patch) | |
tree | 06b018e5298d947d54b757e51fc5428a6223c344 /ChangeLog | |
parent | 681dc1ee014e4726954f0f50d8bced5452698932 (diff) | |
download | coreutils-ecec47635a1d255a8588685a5b8a4d933115ba77.tar.xz |
Copy a .po file into place also when the target doesn't exist.
* bootstrap (gnulib_tool): ... not just when the checksum differs.
So now, if I manually remove po/xx.po, rerunning bootstrap will
copy the latest into place.
Signed-off-by: Jim Meyering <meyering@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2007-12-02 Jim Meyering <meyering@redhat.com> + Copy a .po file into place also when the target doesn't exist. + * bootstrap (gnulib_tool): ... not just when the checksum differs. + So now, if I manually remove po/xx.po, rerunning bootstrap will + copy the latest into place. + Make my-distcheck depend on "check". * Makefile.maint (my-distcheck): Also depend on "check", so I can't tag and release something that fails "make check" (however harmless) when |