summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2020-12-21 18:28:15 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2020-12-21 18:28:33 -0500
commitf3fd8c5667c7b74bfb581ba260756ec73716cfc1 (patch)
tree24afb1011307becdb5809fa496ea0df9697e77c7 /README
parent12cd68f3c95ff9f8cba7a6a61c98fb82e1440827 (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--README3
1 files changed, 3 insertions, 0 deletions
diff --git a/README b/README
index 6ef577a..85110c7 100644
--- a/README
+++ b/README
@@ -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.