]> granicus.if.org Git - graphviz/commit
Move unconditional `man_MANS` -> `dist_man_MANS`
authorDavid Seifert <soap@gentoo.org>
Mon, 2 May 2022 20:30:58 +0000 (22:30 +0200)
committerDavid Seifert <soap@gentoo.org>
Mon, 2 May 2022 20:30:58 +0000 (22:30 +0200)
commit5edf0314934038baa2588822f76b8dc4fb522894
tree3b6a982fff324ba3ca538d8fb8f6b716b7ce79c0
parentfebf795caf6251d140b316a8768f752a99e397fe
Move unconditional `man_MANS` -> `dist_man_MANS`

* Avoids the repetition in `EXTRA_DIST`, and is the recommended
  Automake pattern.
* Some `man_MANS` will have to remain, since Automake has a bug
  where `dist_man_MANS` in Automake branches do not get included
  in the tarball:
    https://lists.gnu.org/archive/html/bug-automake/2008-06/msg00019.html
15 files changed:
Makefile.am
cmd/dot/Makefile.am
cmd/edgepaint/Makefile.am
cmd/gvpr/Makefile.am
cmd/smyrna/Makefile.am
cmd/tools/Makefile.am
contrib/prune/Makefile.am
lib/cdt/Makefile.am
lib/cgraph/Makefile.am
lib/expr/Makefile.am
lib/gvc/Makefile.am
lib/gvpr/Makefile.am
lib/pack/Makefile.am
lib/pathplan/Makefile.am
lib/xdot/Makefile.am