build: add extra *.texi files to coreutils_TEXINFOS, not EXTRA_DIST
authorStefano Lattarini <stefano.lattarini@gmail.com>
Wed, 29 Aug 2012 11:55:49 +0000 (13:55 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 30 Aug 2012 13:21:59 +0000 (15:21 +0200)
commite8c41cf753cca5ed8afbea94cba1543f62fc7557
tree1e89e3697e7da023a76a6e5cc69e410199ad41f5
parent4b12790386d4f79f24a51777d5a16cd30937a9dc
build: add extra *.texi files to coreutils_TEXINFOS, not EXTRA_DIST

* doc/Makefile.am (coreutils_TEXINFO): List them here, instead of ...
(EXTRA_DIST): ... listing them here.  This ensures the rebuild rules
will be more faithful.
($(DVIS), $(INFO_DEPS)): No need to depend on $(EXTRA_DIST) now.
doc/Makefile.am