bug-automake
[Top][All Lists]
Advanced

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

Re: dist_... files not deleted by distclean


From: Tom Tromey
Subject: Re: dist_... files not deleted by distclean
Date: 11 Jul 2002 07:41:39 -0600
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

>>>>> "Jirka" == Jirka Hanika <address@hidden> writes:

Jirka> Suppose my package requires a bunch of architecture independent
Jirka> data files (say, icons).  It seems natural for these files to
Jirka> get installed into pkgdatadir and to go to the distribution, so
Jirka> I write something like

Jirka> dist_pkgdata_DATA = $(srcdir)/*.png

Using `*.png' won't work.  Adding $(srcdir) to it makes it seem like
it will work, but really it won't.  If you just list all the .png
files there, then the right thing will happen.

Jirka> in the corresponding Makefile.am; this however causes "make
Jirka> distcheck" to fail ("files left after distclean"), because the
Jirka> files are copied to the distribution, but not deleted with
Jirka> distclean.

I don't fully understand this part.  How do the files end up in the
build directory at all?

Tom



reply via email to

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