[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
simple 'install of png file' question
From: |
David Liebman |
Subject: |
simple 'install of png file' question |
Date: |
Tue, 11 Aug 2009 09:28:09 -0400 |
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.
- simple 'install of png file' question,
David Liebman <=