diff options
author | Bruno Haible <bruno@clisp.org> | 2002-10-04 11:36:54 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:08:46 +0200 |
commit | 37b1870c1979c42adbca49825ee14cbe9bd33ca1 (patch) | |
tree | 724547f811bd2f15bc74f838e870dfbd1daa5cff /po/ChangeLog | |
parent | 0ebb4fc90b909227965fbacbdd974f682472adfc (diff) | |
download | external_gettext-37b1870c1979c42adbca49825ee14cbe9bd33ca1.zip external_gettext-37b1870c1979c42adbca49825ee14cbe9bd33ca1.tar.gz external_gettext-37b1870c1979c42adbca49825ee14cbe9bd33ca1.tar.bz2 |
Avoid modifying PO files if the POT file is the same except for a different
POT-Creation-Date.
Diffstat (limited to 'po/ChangeLog')
-rw-r--r-- | po/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index bb663f5..5b3a75e 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,13 @@ +2002-10-03 Bruno Haible <bruno@clisp.org> + + Avoid modifying PO files if the POT file is the same except for a + different POT-Creation-Date. + * Makefile.in.in (DISTFILES): Add stamp-po. + (all-yes): Depend on stamp-po, not directly on CATALOGS. + (stamp-po): New rule. + (mostlyclean): Also remove stamp-poT. + (maintainer-clean): Also remove stamp-po. + 2002-09-19 Bruno Haible <bruno@clisp.org> * be.po: Update from Ales Nyakhaychyk <i18n@infonet.by>. |