From 7dc07903da02c5736db891ba99696d45859519d9 Mon Sep 17 00:00:00 2001 From: Donald Curtis Date: Tue, 1 May 2012 08:16:02 -0500 Subject: [PATCH] Minor README update. --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a35ccb327a0..dbcbe6c8158 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