mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 19:19:32 +00:00
Minor README update.
This commit is contained in:
parent
198dbe1a9f
commit
7dc07903da
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue