automake
[Top][All Lists]
Advanced

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

Re: installing info files


From: Peter Johansson
Subject: Re: installing info files
Date: Sat, 10 Jun 2017 09:36:39 +1000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0

Hi Patrick,


On 6/3/2017 5:26 PM, Patrick Alken wrote:
Hi Peter,
   Yes make distcheck is in fact failing (even with your modification).
The error is:

/bin/install -c -m 644 file.info
/data/palken/package/package-1.0+/_inst/share/info
/bin/install: cannot stat ‘file.info’: No such file or directory

Hard to say without seeing the context, but it might be that you need to prefix the file with $(srcdir)

install-data-local: $(srcdir)/file.info
    ${INSTALL_DATA} $(srcdir)/file.info $(DESTDIR)${infodir}

Cheers,
Peter



reply via email to

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