[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] elpa-admin a660af6648: Render HTML manuals with the Emacs manual
From: |
Philip Kaludercic |
Subject: |
[elpa] elpa-admin a660af6648: Render HTML manuals with the Emacs manual stylesheet |
Date: |
Sun, 25 Feb 2024 15:12:58 -0500 (EST) |
branch: elpa-admin
commit a660af6648b311cde90a3b6e962df279e9bd7edd
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Render HTML manuals with the Emacs manual stylesheet
---
elpa-admin.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/elpa-admin.el b/elpa-admin.el
index fff9fd9f7f..cde0e3437a 100644
--- a/elpa-admin.el
+++ b/elpa-admin.el
@@ -43,6 +43,7 @@
(defvar elpaa--name "NonGNU")
(defvar elpaa--gitrepo "emacs/nongnu.git")
(defvar elpaa--url "https://elpa.gnu.org/nongnu/";)
+(defvar elpaa--css-url "https://www.gnu.org/software/emacs/manual.css";)
(defvar elpaa--branch-prefix "elpa/")
(defvar elpaa--release-branch-prefix "elpa-release/")
@@ -2532,7 +2533,7 @@ directory; one of archive, archive-devel."
(html-file (expand-file-name destname html-dir))
(html-xref-file
(expand-file-name destname (file-name-directory html-dir))))
- (elpaa--makeinfo docfile html-file '("--html"))
+ (elpaa--makeinfo docfile html-file (list "--html" (format "--css-ref=%s"
elpaa--css-url)))
;; FIXME: Use `push' in Emacsā„28
(plist-put (cdr pkg-spec)
:internal--html-docs
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] elpa-admin a660af6648: Render HTML manuals with the Emacs manual stylesheet,
Philip Kaludercic <=