diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-11 16:54:27 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2020-12-11 16:54:27 -0500 |
| commit | 1d5287f8c6319b62a113d8747e58eeb2d4d7ee57 (patch) | |
| tree | e95fd0e933b2658fcce513a8d08446b1009142aa /README | |
| parent | bcacdba842b8c37fed6767bfe8bf5202c0b0f6be (diff) | |
* elpa-admin.el: Add support for building Info files and "dir" files
(elpaa--temp-files): New var.
(elpaa--temp-file): New function.
(elpaa--write-pkg-file): Use it.
(elpaa--with-temp-files): New macro.
(elpaa--build-Info): New function.
(elpaa--make-one-tarball): Use them.
(elpaa--html-quote): Rename from `elpaa--quote`.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -104,6 +104,9 @@ Name of the file that contains the list of changes in recent versions By default we try to use NEWS, NEWS.rst, NEWS.md, NEWS.org, the News section in the main file. +** =:texinfo FILE= +Name of the Texinfo documentation file for the package. +It can also be the name of an Info file. * Text below this marker is OUTDATED and still needs to be reviewed/rewritten!! |
