coverage: user can avoid distributing '.info' pages
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Jan 2013 11:00:36 +0000 (12:00 +0100)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sat, 5 Jan 2013 11:00:43 +0000 (12:00 +0100)
commit0ac78fd0580fa4c9b367b61b53120acf5eab9f53
tree22d7a0289cb70b2e1970e91b813b74ef1aea7811
parent297dca7e9b1fd78e6bd441cefe3d16a2c863d687
coverage: user can avoid distributing '.info' pages

Can be done like this:

        AUTOMAKE_OPTIONS = info-in-builddir
        dist-info:
            @:

Note that this usage is not yet documented: we might decide to go
for a fully-fledged 'no-dist-info' flag, or something like that, in
future automake version (this is not yet decided); in which case,
it's better not to have people start to rely on the hack above.
Still, there's no good reason to break it gratuitously, hence this
test coverage.

* t/txinfo-nodist-info.sh: New test.
* t/list-of-tests.mk: Add it.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
t/list-of-tests.mk
t/txinfo-nodist-info.sh [new file with mode: 0755]