On Fri, Nov 08, 2019 at 03:51:25PM +0000, Daniel P. Berrangé wrote:
On Fri, Nov 08, 2019 at 04:42:07PM +0100, Pavel Hrdina wrote:
> Historically we did not support VPATH builds and everything was
> generated into source directory. The introduction of VPATH builds
> did not changed the way how our translation files are handled.
>
> This patch changes the rules to generate everything into build
> directory and stops distributing generated files in order to have
> properly separated VPATH builds.
>
> Signed-off-by: Pavel Hrdina <phrdina(a)redhat.com>
> ---
>
> Notes:
> Changes in v2:
> - keep the zanata binary name, this will be fixed by separate patch
>
> Chnages in v3:
> - update --transdir and --srcdir options as they are used by
> python-zanata-client
>
> Changes in v4:
> - reverted the HAVE_GNU_GETTEXT_TOOLS move
>
> .gitignore | 4 ----
> po/Makefile.am | 31 +++++++++++++++++++------------
> 2 files changed, 19 insertions(+), 16 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange(a)redhat.com>
Thanks, pushed now.
Pavel