diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-21 18:28:15 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-21 18:28:33 -0500 |
| commit | f3fd8c5667c7b74bfb581ba260756ec73716cfc1 (patch) | |
| tree | 24afb1011307becdb5809fa496ea0df9697e77c7 /README | |
| parent | 12cd68f3c95ff9f8cba7a6a61c98fb82e1440827 (diff) | |
* GNUmakefile (%.tar): New target
* README (=[PKGNAME].tar=): Document it.
* elpa-admin.el (elpaa-batch-make-one-tarball): New function.
(elpaa--clean): Use `-u` in stash instead of a separate `git add`.
(elpaa--make-one-tarball, elpaa--make-one-package): New arg `one-tarball`.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -131,6 +131,9 @@ If the directory does not exist yet, it checks it out as a Git worktree. Else, it generates the auxiliary files like =[PKGNAME]-pkg.el= and =[PKGNAME]-autoloads.el= and compiles the Elisp source files. +** =[PKGNAME].tar= +Build that tarball from the commit currently in =packages/[PKGNAME]= + ** =build/[PKGNAME]= Build the ELPA tarball(s) for PKGNAME. The result is placed in the =archive= and =archive-devel= subdirectories. |
