automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

How to include COPYING and COPYRIGHT in make install


From: Kirk Wolf
Subject: How to include COPYING and COPYRIGHT in make install
Date: Tue, 23 Jan 2007 10:02:27 -0600
User-agent: Thunderbird 1.5.0.9 (X11/20070104)

Hello,

I'm new to automake and I'm building binary packages for a product under the GPL.

The problem that I'm having is that the COPYING and COPYRIGHT files are not getting installed by the make install target generated by automake.

In my top-level source directory, I have a Makefile.am file that has:

EXTRA_DIST = COPYRIGHT COPYING
SUBDIRS = src doc


How do I get COPYING (and COPYRIGHT, etc) into the "make install" target?

Thanks,
Kirk Wolf





reply via email to

[Prev in Thread] Current Thread [Next in Thread]