Installing share files



On 10/23/10 11:06 AM, Raymond Toy wrote:
> 
> I haven't actually implemented this yet (except for some filtering in
> make_share_list), and I haven't figured out how to hook this all
> together, but I think it should be done.  We should let the computer to
> the work.

I've implemented this now.  There's a new file, src/sharefiles (should
probably be called sharefiles.mk), that would need to be checked in.
When running make, this file (always) gets updated with the list of
files in share that should be installed.  This will cause make to also
run config.status to update share/Makefile since it includes src/sharefiles.

But perhaps configure should update the file instead of make?  I'll have
to look into it.

Ray