mirror of https://git.tukaani.org/xz.git
9284f1aea3
When po/xz.pot doesn't exist, running "make" or "make dist" will create it. Then the .po files will be updated but only if they actually would change more than the POT-Creation-Date line. Then the .gmo files would be generated from the .po files. This is the case before and after this commit. However, "make dist" and thus "make mydist" did a forced update to the files, updating them even if the only change was the POT-Creation-Date line. This had pros and cons: It made it clear that the .po file really is in sync with the recent strings in the package. On the other hand, it added noise in form of changed files in the source tree and distribution tarballs. It can be ignored with something like "diff -I'^"POT-Creation-Date: '" but it's still a minor annoyance *if* there's not enough value in having the most recent timestamp. Setting DIST_DEPENDS_ON_UPDATE_PO = no means that such forced update won't happen in "make dist" anymore. However, the "mydist" target will use xz.pot-update target which is the same target that is run when xz.pot doesn't exist at all yet. Thus "mydist" will ensure that the translations are up to date, without noise from changes that would affect only the POT-Creation-Date line. Note that po4a always uses msgmerge with --update, so POT-Creation-Date in the man page translations is never the only change in .po files. In that sense this commit makes the message translations behave more similarly to the man page translations. Distribution tarballs will still have non-reproducible POT-Creation-Date in po/xz.pot and po4a/xz-man.pot but those are just two files. Even they could be made reproducible from a Git timestamp if desired. |
||
---|---|---|
.. | ||
.gitignore | ||
LINGUAS | ||
Makevars | ||
POTFILES.in | ||
ca.po | ||
cs.po | ||
da.po | ||
de.po | ||
eo.po | ||
es.po | ||
fi.po | ||
fr.po | ||
hr.po | ||
hu.po | ||
it.po | ||
ko.po | ||
pl.po | ||
pt.po | ||
pt_BR.po | ||
ro.po | ||
sr.po | ||
sv.po | ||
tr.po | ||
uk.po | ||
vi.po | ||
xz.pot-header | ||
zh_CN.po | ||
zh_TW.po |