Hello, This is a newbie question.
I have a simple project that I'm using automake and autoconf on. It involves a simple c program, but uses a png image. The png image is in a directory called 'pics' and I want it copied to a certain directory on the system when the user calls the 'install' target. I suspect the proper thing to do is to make a Makefile in the 'pics' directory and have that makefile install the png. How do I go about doing that? Does anyone have a link to a good example of how this is done? If I am creating a Makefile in the pics directory I would like the Makefile to be auto-generated. Thanks for your time and consideration.