i18n: fix failing generation of the README.i18n file
commitd309aa65d42e032163e1752041ba59f0472256ad
authorChristophe CURIS <christophe.curis@free.fr>
Sat, 31 Jan 2015 18:55:34 +0000 (31 19:55 +0100)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 1 Feb 2015 01:45:43 +0000 (1 01:45 +0000)
tree0b5a3bf7977418400e1f1c65c309772f312f5587
parent2bf380cd27543d269059867ef8d2fad559f5286c
i18n: fix failing generation of the README.i18n file

The command in 'autogen.sh' was using an invalid syntax to call the script,
so the file was not generated; this patch fixes the invocation.

The test in the makefile was not correct because it would not generate the
file if it was deleted; now the check works whether the file exists or not,
and properly skips generation if it is read-only (for make distcheck).

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
autogen.sh
doc/build/Makefile.am