Minor README update.

This commit is contained in:
Donald Curtis 2012-05-01 08:16:02 -05:00
parent 198dbe1a9f
commit 7dc07903da

View file

@ -234,16 +234,17 @@ All repository code is contained in the `package-build.el`.
directory specified by `package-build-recipes-dir`. directory specified by `package-build-recipes-dir`.
- `(package-build-archive)` : interactive function to build a single - `(package-build-archive NAME)` : interactive elisp function to build
archive. Packages are staged in the directory specified by 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 `package-build-working-dir` and built packages are placed in the
directory specified by `package-build-archive-dir`. Packages are directory specified by `package-build-archive-dir`. Packages are
versioned based on the most recent commit date to package files based versioned based on the most recent commit date to package files based
on commits to upstream package repository. For multi-file packages, on commits to upstream package repository. For multi-file packages,
the file `<NAME>-pkg.el` is automatically generated and contains the file `<NAME>-pkg.el` is automatically generated and contains
*description*, *version*, and *requires* information determined by *description*, *version*, and *requires* information determined by
searching `<NAME>-pkg.el`, `<NAME>.el`, and `<NAME>-pkg.el.in`, if they searching `<NAME>-pkg.el`, `<NAME>.el`, and `<NAME>-pkg.el.in`, if
exist in the repository. they exist in the repository.
### Variables ### Variables