branch: main commit 43245ba34290aec26198febf3e9000be9731799c Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
* elpa-packages ("transient"): Update layout spec - Regenerating transient.texi currently fails so just use it as-is. - Since transient.info has to be located at the top-level it makes no sense to keep other documentation in "docs/". - Files that are only useful when building without "package.el" do not belong in a package intended for that package manager. - We cannot ignore "docs/" and "lisp/" completely yet because of a bug. Ignoring all remaining contained files results in empty directories in the tarball. --- elpa-packages | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/elpa-packages b/elpa-packages index 2078a6a..01e7ca7 100644 --- a/elpa-packages +++ b/elpa-packages @@ -298,8 +298,15 @@ ("transcribe" :url nil) ("transient" :url "https://github.com/magit/transient" :main-file "lisp/transient.el" - :renames (("lisp/" "")) - :doc "docs/transient.org") + :renames (("docs/CHANGELOG" "CHANGELOG") + ("docs/transient.org" "transient.org") + ("lisp/transient.el" "transient.el")) + :ignored-files (".mailmap" "default.mk" "Makefile" + "docs/htmlxref.cnf" + "docs/Makefile" + "docs/transient.texi" + "lisp/Makefile") + :doc "docs/transient.texi") ("trie" :url "http://www.dr-qubit.org/git/predictive.git") ("undo-tree" :url "http://www.dr-qubit.org/git/undo-tree.git") ("uni-confusables" :url nil)