emms-help
[Top][All Lists]
Advanced

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

Re: [emms-help] Info file installed does not have the .info suffice


From: Alex Vong
Subject: Re: [emms-help] Info file installed does not have the .info suffice
Date: Sun, 10 Jul 2016 23:30:37 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Yoni Rabkin <address@hidden> writes:

> Alex Vong <address@hidden> writes:
>
>> Hi,
>>
>> I noticed in the makefile, the following line:
>>   install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms
>> would install the info file without the .info suffice.
>>
>> It causes problems, because the package manager I am using (GNU Guix)
>> geneate a dir file for emacs by finding all the info file based on the
>> file suffice.
>>
>> I would suggest to change the above line to:
>>   install -m 0644 $(DOCDIR)emms.info $(INFODIR)/emms.info
>> which would fix the issue. What do you think?
>
> I've commited this change to the git repo.
>
> Thanks for the bug report.

Thank you!



reply via email to

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