[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Elpa packages and Makefiles
From: |
Stefan Monnier |
Subject: |
Re: Elpa packages and Makefiles |
Date: |
Wed, 01 Oct 2014 09:29:39 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4.50 (gnu/linux) |
> I started out with putting all the lisp files under a lisp/ directory in
> the main package directory (for reasons that now escape me). That
GNU ELPA currently will ignore all .el files in subdirectories.
Just move your files out of the `lisp' dir once and for all.
You can add a `lisp' symlink (via "ln -s . lisp") for backward
compatibility if you want, but it's probably not worth the trouble.
Stefan