Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Ralf Wildenhues
) \ rm -f $(MAINTAINERCLEANFILES) \ cd $(srcdir) rm -f $(MAINTAINERCLEANFILES) (I'm willing to implemement this eventually.) Then make it something like this, please: -test -z $(MAINTAINERCLEANFILES) || \ { rm -f $(MAINTAINERCLEANFILES) \ cd $(srcdir

Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Stepan Kasal
Hello Ralf, On Thu, Mar 15, 2007 at 09:11:37AM +0100, Ralf Wildenhues wrote: * Stepan Kasal wrote on Wed, Mar 14, 2007 at 01:34:06PM CET: -test -n $(MAINTAINERCLEANFILES) \ rm -f $(MAINTAINERCLEANFILES) \ cd $(srcdir) rm -f $(MAINTAINERCLEANFILES

Re: MAINTAINERCLEANFILES in srcdir

2007-03-15 Thread Peter Breitenlohner
$(srcdir) rm -f $(MAINTAINERCLEANFILES) . Hello Ralf, Stepan, quite some time ago I sent an email about a different but somewhat related problem (together with a very small and simple patch): When some manpages are present in both the source and build tree, the automake generated rules

MAINTAINERCLEANFILES in srcdir

2007-03-14 Thread Stepan Kasal
it is supposed that the ``special tools'' needed to created them are not available on the user's machine. Could we perhaps change the above command to: -test -n $(MAINTAINERCLEANFILES) \ rm -f $(MAINTAINERCLEANFILES) \ cd $(srcdir) rm -f $(MAINTAINERCLEANFILES