summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Youngman <jay@gnu.org>2008-02-15 08:58:33 +0000
committerJames Youngman <jay@gnu.org>2008-02-15 08:58:33 +0000
commit05fb4db810b894ceadf3d8a8318abb551db6c0a8 (patch)
tree7e7138ff1f1277e0de28042ba3ab7b878397b12f
parent29efff3e14a347261ed95eebad6181502ca72e7f (diff)
downloadfindutils-05fb4db810b894ceadf3d8a8318abb551db6c0a8.tar.gz
Explain how to update translations from the translation project
-rw-r--r--ChangeLog3
-rw-r--r--README-CVS3
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e448ccdd..abcd686a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2008-02-15 James Youngman <jay@gnu.org>
+ * README-CVS: Explain how to update the translations from the
+ translation project.
+
* NEWS, configure.ac: Change release number to 4.3.14-CVS.
2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> (tiny change)
diff --git a/README-CVS b/README-CVS
index ec9ed7a9..248d3940 100644
--- a/README-CVS
+++ b/README-CVS
@@ -41,6 +41,9 @@ checked out of CVS, rather than from a released source distribution.
autoconf && \
automake --add-missing --copy
+3. (Optional) Update the translations
+
+ rsync -Lrtvz translationproject.org::tp/latest/findutils/ po
3. Run "configure" and "make" in the normal way.