diff options
| author | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-25 18:14:40 -0500 |
|---|---|---|
| committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2026-02-25 18:14:40 -0500 |
| commit | ffcd0be69a3e3c520b1364a771bcd1143d534816 (patch) | |
| tree | 92e54e6539c3ec2da29ba3fdb127dda45e1ad35e /README | |
| parent | 5d6ebc8422847cf37423edba9014eb8426d15a09 (diff) | |
elpa-admin.el: Support building PDF manuals
* elpa-admin.el (elpaa--call-sandboxed): Add hack to let LaTeX access
and modify the /var/lib/texmf "cache".
(elpaa--html-build-doc): Rename `html-dir` arg to `doc-dir`.
(elpaa--pdf-build-doc): New function.
(elpaa--build-Info-1): Use it. Rename `html-dir` arg to `doc-dir`.
(elpaa--supported-keywords): Add `:pdf`.
* README (=:pdf FLAG=): Document the new feature.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,7 @@ #+TITLE: ELPA-Admin README #+DATE: 2022-12-11 -Copyright (C) 2010-2025 Free Software Foundation, Inc. \\ +Copyright (C) 2010-2026 Free Software Foundation, Inc. \\ See the end of the file for license conditions. #+BEGIN_COMMENT @@ -214,6 +214,11 @@ if the version is equal to FLAG. Note that the usage of this option is discouraged. Only use it if the package maintainer explicitly wishes to use a "rolling release" model. +** =:pdf FLAG= +If FLAG is non-nil and if the package has a =:doc=, then build the doc +also in PDF format in addition to the HTML format. +Don't abuse it: this is rarely worthwhile. + * Configuration (elpa-config) The configuration file is a `lisp-data-mode` file containing |
