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: Yoni Rabkin
Subject: Re: [emms-help] Info file installed does not have the .info suffice
Date: Sat, 09 Jul 2016 13:49:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.95 (gnu/linux)

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.


-- 
   "Cut your own wood and it will warm you twice"



reply via email to

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