branch: main
commit 6d5dba5fe7abb20e7405976357aa900119be1367
Author: Stefan Monnier <monn...@iro.umontreal.ca>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    elpa-packages (hyperbole): Add `:doc`
    
    And remove accidentally-added `:ignored-files`.
---
 elpa-packages | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/elpa-packages b/elpa-packages
index 1a683205b1..240c5b716d 100644
--- a/elpa-packages
+++ b/elpa-packages
@@ -418,8 +418,7 @@
   :news "doc/Changelog.org")
  (hyperbole            :url "https://git.savannah.gnu.org/git/hyperbole.git";
   :make ("kotl/kotl-autoloads.el")
-  :ignored-files ("*.eps" "test" "*.pdf" "*.html"
-                  "HY-TALK/improve-performance.png" "man/im/wgrid4x3.png")
+  :doc "man/hyperbole.texi"
   :news "HY-NEWS")
  (idlwave              :url "https://github.com/jdtsmith/idlwave";
   :doc "idlwave.texi"
@@ -538,10 +537,10 @@
  (minibuffer-line      :url nil)
  (minimap              :url nil)
  ;; FIXME: Waiting for copyright paperwork.
- ;; (minuet            :url "https://github.com/milanglacier/minuet-ai.el";
- ;;  :ignored-files ("LICENSE")
- ;;  :readme "README.md"
- ;;  :news "CHANGELOG.md")
+ (minuet               :url "https://github.com/milanglacier/minuet-ai.el";
+  :ignored-files ("LICENSE")
+  :readme "README.md"
+  :news "CHANGELOG.md")
  (mmm-mode             :url "https://github.com/dgutov/mmm-mode";
   :doc "mmm.texi")
  (modus-themes         :url "https://github.com/protesilaos/modus-themes";

Reply via email to