branch: main commit 57bb07022be8070ae73e58fa6ed87e2884316f73 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
elpa-packages (vm): Fix Texinfo build failure --- elpa-packages | 1 + 1 file changed, 1 insertion(+) diff --git a/elpa-packages b/elpa-packages index cb502179f3..6307353e28 100644 --- a/elpa-packages +++ b/elpa-packages @@ -834,6 +834,7 @@ "centered.png" "no-adaptive-wrap.png" "test" )) (vm :url "https://gitlab.com/emacs-vm/vm" + :shell-command "sed -ne 's/^;;* *Version: */@set VERSION /p' lisp/vm.el >info/version.texinfo" :doc "info/vm.texinfo" :news "CHANGES" :lisp-dir "lisp")