emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#60718: closed ([PATCH] gnu: emacs-magit: Fix path to documentation.)


From: GNU bug Tracking System
Subject: bug#60718: closed ([PATCH] gnu: emacs-magit: Fix path to documentation.)
Date: Wed, 25 Jan 2023 18:14:02 +0000

Your message dated Wed, 25 Jan 2023 19:12:55 +0100
with message-id <87a626mqjc.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#60718] [PATCH] gnu: emacs-magit: Fix path to 
documentation.
has caused the debbugs.gnu.org bug report #60718,
regarding [PATCH] gnu: emacs-magit: Fix path to documentation.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
60718: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60718
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: emacs-magit: Fix path to documentation. Date: Tue, 10 Jan 2023 23:38:09 +0100
* gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
find-files for documentation.
---
 gnu/packages/emacs-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b71432e975..3dc2decb28 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -119,6 +119,7 @@
 ;;; Copyright © 2022 Nicolas Graves <ngraves@ngraves.fr>
 ;;; Copyright © 2022 Thiago Jung Bauermann <bauermann@kolabnow.com>
 ;;; Copyright © 2022 Joeke de Graaf <joeke@posteo.net>
+;;; Copyright © 2023 Simon Streit <simon@netpanic.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1193,7 +1194,7 @@ (define-public emacs-magit
                 ;; the root of the project for the emacs-build-system.
                 (for-each (lambda (f)
                             (install-file f "lisp"))
-                          (find-files "Documentation" "\\.info$"))))
+                          (find-files "docs" "\\.info$"))))
             (add-after 'build-info-manual 'set-magit-version
               (lambda _
                 (make-file-writable "lisp/magit.el")
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#60718] [PATCH] gnu: emacs-magit: Fix path to documentation. Date: Wed, 25 Jan 2023 19:12:55 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Simon Streit <simon@netpanic.org> writes:

> * gnu/packages/emacs-xyz.scm: (emacs-magit)[arguments]<#:phases> Fix path in
> find-files for documentation.

This patch was applied a while ago. I'm closing this.

Thank you!

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]