branch: externals/matlab-mode commit 613c2595249df94f568d440215731e893b896536 Author: John Ciolfi <john.ciolfi...@gmail.com> Commit: John Ciolfi <john.ciolfi...@gmail.com>
contributing/MELPA-ELPA.org: added "ELPA Check" section --- contributing/MELPA-ELPA.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/contributing/MELPA-ELPA.org b/contributing/MELPA-ELPA.org index e6620ad4a8..789aead506 100644 --- a/contributing/MELPA-ELPA.org +++ b/contributing/MELPA-ELPA.org @@ -66,3 +66,14 @@ It is also prudent to update the header in `matlab-mode.el`: #+end_src +** ELPA Check + +Updates to Emacs are processed using: + +#+begin_src emacs-lisp + git clone --single-branch https://git.sv.gnu.org/git/emacs/elpa.git + cd elpa + make # Setup the infrastructure + make packages/matlab-mode # Create a worktree of the package + make build/matlab-mode # Build the tarballs into archive(-devel)/ +#+end_src