]> git.ipfire.org Git - thirdparty/automake.git/commit
[ng] dist: vars DIST_TARGETS and DIST_ARCHIVES are no more public
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 16:08:25 +0000 (18:08 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 16:33:41 +0000 (18:33 +0200)
commiteda13f15f88e7910d7630dc41f0a30c37d0b893f
treeb40f12015c12c1a347b9383f407dfecc00b9947d
parente14a631918110897b9cac13916f6975c69f39da9
[ng] dist: vars DIST_TARGETS and DIST_ARCHIVES are no more public

Turn them into two internal variables.  This will clean up the
interface a bit, and make the new planned dist-related APIs (still
to be implemented) simpler to use.

* lib/am/distcheck.mk (DIST_TARGETS, DIST_ARCHIVES): Rename ...
(am.dist.default-targets, am.dist.default-archives): ... like
these, respectively.
(distcheck, dist, dist-all): Adjust.
* t/dist-formats.tap (nogzip): Likewise.
* NG-NEWS: Update.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
NG-NEWS
lib/am/distcheck.mk
t/dist-formats.tap