emacs-devel
[Top][All Lists]
Advanced

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

Re: documentation on how to add packages to ELPA?


From: Xue Fuqiao
Subject: Re: documentation on how to add packages to ELPA?
Date: Sun, 22 Dec 2013 08:01:48 +0800

On Sun, Dec 22, 2013 at 7:08 AM, Stephen Leake
<address@hidden> wrote:
> Is there any documentation on how to add packages to ELPA?

In (info "(elisp) Multi-file Packages"):

  If the content directory contains a file named ‘dir’, this is assumed
  to be an Info directory file made with ‘install-info’.  *Note Invoking
  install-info: (texinfo)Invoking install-info.  The relevant Info files
  should also be present in the content directory.  In this case, Emacs
  will automatically add the content directory to ‘Info-directory-list’
  when the package is activated.

In README of the `elpa' branch:

  ** To add a package:
  [...]
  *** Add a multi-file package as a directory, packages/NAME.
  *** Commit your changes the usual way ("git add", "git commit", etc).

AIUI you don't need to create the tar file.

-- 
http://www.gnu.org/software/emacs/



reply via email to

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