[iwhd] maint: don't VC po/*.po files; instead, pull at bootstrap time

Pete Zaitcev zaitcev at redhat.com
Tue Dec 6 18:17:29 UTC 2011


On Tue,  6 Dec 2011 17:39:42 +0000 (UTC)
Jim Meyering <meyering at fedoraproject.org> wrote:

> +++ b/bootstrap.conf
> +po_download_command_format='(cd po && tx pull -a)'

This may be a little confusing if someone who's not familiar with the
Transifex follows instructions. What do you think about this:

diff --git a/README-hacking b/README-hacking
index 377e14f..c03c6d0 100644
--- a/README-hacking
+++ b/README-hacking
@@ -24,7 +24,7 @@ few prerequisites, later, a plain `git pull && make' should be sufficient.
 
 You can get a copy of the source repository like this:
 
-        $ git clone git://repo.or.cz/iwhd.git
+        $ git clone git://git.fedorahosted.org/iwhd.git
         $ cd iwhd
 
 As an optional step, if you already have a copy of the gnulib git
@@ -36,7 +36,7 @@ reduce download time and disk space requirements:
 The next step is to get and check other files needed to build,
 which are extracted from other source packages:
 
-        $ ./bootstrap
+        $ ./bootstrap #[--skip-po] [+]
 
 To use the most-recent gnulib (as opposed to the gnulib version that
 the package last synchronized to), do this next:
@@ -59,6 +59,9 @@ should output no difference.
 
 Enjoy!
 
+[+] Use the --skip-po if you do not have an account at transifex.net,
+where the translations are kept.
+
 [*] The --enable-gcc-warnings option is useful only with glibc
 and with a very recent version of gcc.  You'll probably also have
 to use recent system headers.  If you configure with this option,


More information about the iwhd-devel mailing list