emacs-devel
[Top][All Lists]
Advanced

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

Re: Extra files in fountain-mode ELPA package


From: Paul W. Rankin
Subject: Re: Extra files in fountain-mode ELPA package
Date: Wed, 28 Aug 2019 13:49:02 +1000
User-agent: mu4e 1.2.0; emacs 26.2

ELPA doesn't "do" anything (it's just a protocol), but as for GNU ELPA
it builds packages in a fairly simplistic way. Given the current state
of fountain-mode, it should ignore the `docs` subdirectory because it
will decide that fountain-mode is a "simple" package based on the fact
that there's only one .el file (in that case, the package is made of
that .el file and nothing else).

If you want to include more than that single file, you'll probably want
to set `Package-Type: multi` in the pseudo-headers.

And if instead you want to prevent the `docs` from appearing in the
tarball (say, because you added a second .el file), then you can use
a `.elpaignore` file to say so (see the elpa.git/README file for more
details).

Excellent, thanks Stefan :)



reply via email to

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