branch: main commit a08d6f527cbba8f02cb259d9b4bc5a7883a41d47 Author: Stefan Monnier <monn...@iro.umontreal.ca> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
elpa-packages (org-transclusion): Adjust `:make` rule This is because the Makefile was changed (fixed). --- elpa-packages | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 21b18accdf..ee96badfce 100644 --- a/elpa-packages +++ b/elpa-packages @@ -1,6 +1,6 @@ ;; -*- lisp-data -*- -;; Copyright (C) 2020-2024 Free Software Foundation, Inc. +;; Copyright (C) 2020-2025 Free Software Foundation, Inc. ;; List of packages that are maintained externally. ;; The list is made of elements of the form (NAME KIND URL OPTS...). @@ -579,7 +579,7 @@ :readme "README.org" :doc "docs/org-remark.org") (org-transclusion :url "https://github.com/nobiot/org-transclusion" - :make "org-transclusion.org" + :make "docs/org-transclusion.org" :doc "docs/org-transclusion.org" :readme "README.org") (org-translate :url nil)