build: added _build/ to POTFILES.skip
commitadf342ff440e8ccc5b622f9d97d19045c24c229d
authorNicola Fontana <ntd@entidi.it>
Mon, 6 Jan 2014 17:05:43 +0000 (6 18:05 +0100)
committerNicola Fontana <ntd@entidi.it>
Mon, 6 Jan 2014 17:19:13 +0000 (6 18:19 +0100)
treef1345ba904a011d3ebd6a15bf7c89943f30a3ab9
parent9a1f249329e0d4aa9456eaa7cd339f7c8ca1257b
build: added _build/ to POTFILES.skip

Ok, this one is so shitty is not even funny. When in VPATH build under
a subdirectory of top_srcdir, make check is failing in po/ with:

    srcdir=../../po /usr/bin/intltool-update -m
    The following files contain [...bullshits cut...]

    [VPATH dir]/demo/adg-demo.ui
    [VPATH dir]/demo/cpml-demo.ui

    If some of these files are left out [...further bullshits...]

Now the above files are generated by configure: how am I supposed to
behave? I cannot add them to POTFILES.skip because the damned thingy
(AKA intltool) looks in all the subdirectory under top_srcdir.

To keep my sanity I added _build/ to POTFILES.skip and I will force
myself to use it (hoping to remember this) in VPATH builds.
po/POTFILES.skip