gnu: skktools: Build autoloads before installing them.
* gnu/packages/language.scm (skktools)[#:phases]: Move ‘make-autoloads’ after ‘unpack’.
This commit is contained in:
parent
5de8779ad9
commit
61832f00a1
1 changed files with 3 additions and 3 deletions
|
@ -1003,15 +1003,15 @@ and manipulation.")
|
||||||
"convert2skk/skk2list")
|
"convert2skk/skk2list")
|
||||||
(find-files "filters" "\\.rb$"))))))
|
(find-files "filters" "\\.rb$"))))))
|
||||||
;; Install and make autoloads for skk-xml.el.
|
;; Install and make autoloads for skk-xml.el.
|
||||||
|
(add-after 'unpack 'make-autoloads
|
||||||
|
(assoc-ref emacs:%standard-phases
|
||||||
|
'make-autoloads))
|
||||||
(add-after 'install 'install-emacs-files
|
(add-after 'install 'install-emacs-files
|
||||||
(assoc-ref emacs:%standard-phases
|
(assoc-ref emacs:%standard-phases
|
||||||
'install))
|
'install))
|
||||||
(add-after 'install-emacs-files 'compile-emacs-files
|
(add-after 'install-emacs-files 'compile-emacs-files
|
||||||
(assoc-ref emacs:%standard-phases
|
(assoc-ref emacs:%standard-phases
|
||||||
'build))
|
'build))
|
||||||
(add-after 'compile-emacs-files 'make-autoloads
|
|
||||||
(assoc-ref emacs:%standard-phases
|
|
||||||
'make-autoloads))
|
|
||||||
(add-after 'install 'install-docs
|
(add-after 'install 'install-docs
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((doc (string-append (assoc-ref outputs "out")
|
(let ((doc (string-append (assoc-ref outputs "out")
|
||||||
|
|
Reference in a new issue