Makefile: explicitly list which example capture subdirs to install
commitc3e314a93715710d463bf702cb7206239864cff4
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 2 Oct 2022 12:03:00 +0000 (2 14:03 +0200)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Sun, 2 Oct 2022 12:32:21 +0000 (2 14:32 +0200)
tree1f886fa17d28a1bd5e02cb3760ac302ad917afce
parent8c42ec4ccab98196fb5ebfeeb3556a26a25ff514
Makefile: explicitly list which example capture subdirs to install

Commit 4fafe8159940 as of 2012-05-14 introduced a simple "make install"
target. The asterisk wildcard and the additional Makefile "negation" use
to work for clean checkouts, but are considered too greedy a pattern for
locally modified work areas during development.

Explicitly list which subdirs to install to the filesystem. Which
improves robustness, avoids clutter, and is considered acceptable
maintenance overhead since adding more top level directories should
be rare an event. The explicit list is also easy to trim down should
developers want that during local work.

Phrase the subdirectories list such that users can specify additional
items in the "make install" invocation.
Makefile