emms-help
[Top][All Lists]
Advanced

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

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


From: Alex Vong
Subject: [emms-help] Info file installed does not have the .info suffice
Date: Sat, 09 Jul 2016 16:15:12 +0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

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?

Thanks,
Alex



reply via email to

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