mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: haskell-mode: Use INVOKE.
* gnu/packages/emacs.scm (haskell-mode)[arguments]: Substitute INVOKE for SYSTEM*.
This commit is contained in:
parent
67cf588f4f
commit
ff6275fd26
1 changed files with 1 additions and 2 deletions
|
@ -702,8 +702,7 @@ only a handful of functions that are not resource-specific.")
|
||||||
files))
|
files))
|
||||||
|
|
||||||
(with-directory-excursion "doc"
|
(with-directory-excursion "doc"
|
||||||
(unless (zero? (system* "makeinfo" "haskell-mode.texi"))
|
(invoke "makeinfo" "haskell-mode.texi")
|
||||||
(error "makeinfo failed"))
|
|
||||||
(install-file "haskell-mode.info" info))
|
(install-file "haskell-mode.info" info))
|
||||||
(copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
|
(copy-to-dir doc '("CONTRIBUTING.md" "NEWS" "README.md"))
|
||||||
(copy-to-dir el-dir (find-files "." "\\.elc?"))
|
(copy-to-dir el-dir (find-files "." "\\.elc?"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue