I have a data directory which I would like automake to generate install and uninstall targets for. Essentially, I just want to copy this directory verbatim to the DATA director
I would write a script (either as a separate shell script, or in the Makefile.am), that is run as part of the install-data-hook target.
Makefile.am