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

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

[debbugs-tracker] bug#34057: closed ([PATCH] core-updates -- gnu: groff:


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#34057: closed ([PATCH] core-updates -- gnu: groff: Fix doc installation.)
Date: Mon, 14 Jan 2019 21:37:02 +0000

Your message dated Mon, 14 Jan 2019 15:36:30 -0600
with message-id <address@hidden>
and subject line Re: [PATCH] core-updates -- gnu: groff: Fix doc installation.
has caused the debbugs.gnu.org bug report #34057,
regarding [PATCH] core-updates -- gnu: groff: Fix doc installation.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
34057: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=34057
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] core-updates -- gnu: groff: Fix doc installation. Date: Sun, 13 Jan 2019 01:18:50 -0600
From: Eric Bavier <address@hidden>

* gnu/packages/groff.scm (groff)[arguments]: Add 'fix-docdir phase.
---
 gnu/packages/groff.scm | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 9bf8662b9f..a8a31337c8 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2019 Efraim Flashner <address@hidden>
+;;; Copyright © 2019 Eric Bavier <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -65,7 +66,11 @@
         (add-after 'unpack 'setenv
           (lambda _
             (setenv "GS_GENERATE_UUIDS" "0")
-            #t)))))
+            #t))
+        (add-after 'unpack 'fix-docdir
+          (lambda _         ;see https://savannah.gnu.org/bugs/index.php?55461
+            (substitute* "Makefile.in"
+              (("^docdir =.*") "docdir = @address@hidden")))))))
    (synopsis "Typesetting from plain text mixed with formatting commands")
    (description
     "Groff is a typesetting package that reads plain text and produces
--
2.20.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH] core-updates -- gnu: groff: Fix doc installation. Date: Mon, 14 Jan 2019 15:36:30 -0600
On Sun, 13 Jan 2019 01:18:50 -0600
address@hidden wrote:

> From: Eric Bavier <address@hidden>
> 
> * gnu/packages/groff.scm (groff)[arguments]: Add 'fix-docdir phase.
> ---
>  gnu/packages/groff.scm | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)

Pushed in 2df4f7020d2c49110900f786af7700d170c3035c

`~Eric

Attachment: pgpyMvXW7udGB.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

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