mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-tempel: Add info doc.
* gnu/packages/emacs-xyz.scm (emacs-tempel): Build documentation info file. [arguments]<#:phases>: Add makeinfo. [native-inputs]: Add texinfo. Change-Id: I2135918085ea45888717fae859c892fdc9b14151 Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
ccf2d22194
commit
50f5419315
1 changed files with 12 additions and 2 deletions
|
@ -20949,8 +20949,18 @@ been adapted to also work with mu4e.")
|
||||||
"104wifdqglk6hxs6z3gr6rmxf3hdqsl3y9bvcp3wwm10yqkpnmkx"))))
|
"104wifdqglk6hxs6z3gr6rmxf3hdqsl3y9bvcp3wwm10yqkpnmkx"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
;; no tests
|
(list
|
||||||
`(#:tests? #f))
|
#:tests? #f ;no tests
|
||||||
|
#:phases
|
||||||
|
#~(modify-phases %standard-phases
|
||||||
|
(add-after 'unpack 'makeinfo
|
||||||
|
(lambda _
|
||||||
|
(invoke "emacs"
|
||||||
|
"--batch"
|
||||||
|
"--eval=(require 'ox-texinfo)"
|
||||||
|
"--eval=(find-file \"README.org\")"
|
||||||
|
"--eval=(org-texinfo-export-to-info)"))))))
|
||||||
|
(native-inputs (list texinfo))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
(home-page "https://github.com/minad/tempel")
|
(home-page "https://github.com/minad/tempel")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue