diff --git a/README.md b/README.md index a35ccb32..dbcbe6c8 100644 --- a/README.md +++ b/README.md @@ -234,16 +234,17 @@ All repository code is contained in the `package-build.el`. directory specified by `package-build-recipes-dir`. -- `(package-build-archive)` : interactive function to build a single -archive. Packages are staged in the directory specified by +- `(package-build-archive NAME)` : interactive elisp function to build +a single archive. NAME is a symbol for the package to be built. +Packages are staged in the directory specified by `package-build-working-dir` and built packages are placed in the directory specified by `package-build-archive-dir`. Packages are versioned based on the most recent commit date to package files based on commits to upstream package repository. For multi-file packages, the file `-pkg.el` is automatically generated and contains *description*, *version*, and *requires* information determined by -searching `-pkg.el`, `.el`, and `-pkg.el.in`, if they -exist in the repository. +searching `-pkg.el`, `.el`, and `-pkg.el.in`, if +they exist in the repository. ### Variables