Arbitrary non-built files that go in etc, doc, share, man.
Arbitrary non-built files that may need to go in a build dir (unclear this could simply be tackled by Makefile.assemble)
Brain dump:
Specify `File components, just registers the existence and location of a non-built file.
Specify components for etc, doc, share, man. Those may accept built or non-built files (e.g. for generating man pages you first need to build binaries, that is if you use a certain command line parsing library).
Need ways to specify
etc
,doc
,share
,man
.Makefile.assemble
)Brain dump:
etc
,doc
,share
,man
. Those may accept built or non-built files (e.g. for generatingman
pages you first need to build binaries, that is if you use a certain command line parsing library).