GNU bug report logs - #63460
[PATCH] build: Add dependency on guix script for help2man targets.

Previous Next

Package: guix-patches;

Reported by: Josselin Poiret <dev <at> jpoiret.xyz>

Date: Fri, 12 May 2023 08:01:02 UTC

Severity: normal

Tags: patch

Done: Josselin Poiret <dev <at> jpoiret.xyz>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Josselin Poiret <dev <at> jpoiret.xyz>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63460: closed ([PATCH] build: Add dependency on guix script
 for help2man targets.)
Date: Fri, 25 Aug 2023 16:30:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 25 Aug 2023 18:29:41 +0200
with message-id <87r0nrt79m.fsf <at> jpoiret.xyz>
and subject line Re: bug#63460: [PATCH] build: Add dependency on guix script for help2man targets.
has caused the debbugs.gnu.org bug report #63460,
regarding [PATCH] build: Add dependency on guix script for help2man targets.
to be marked as done.

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


-- 
63460: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63460
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: guix-patches <at> gnu.org
Cc: Josselin Poiret <dev <at> jpoiret.xyz>
Subject: [PATCH] build: Add dependency on guix script for help2man targets.
Date: Fri, 12 May 2023 10:00:00 +0200
From: Josselin Poiret <dev <at> jpoiret.xyz>

* doc/local.mk: Add dependency on guix script for help2man targets.
---
 doc/local.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/local.mk b/doc/local.mk
index 89285b9f35..9d1e3ff7e4 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -229,8 +229,8 @@ $(srcdir)/%D%/guix.1: scripts/guix.in $(sub_commands_mans)
 # The 'case' ensures the man pages are only generated if the corresponding
 # source script (the first prerequisite) has been changed.  The $(GOBJECTS)
 # prerequisite is solely meant to force these docs to be made only after all
-# Guile modules have been compiled.
-$(srcdir)/%D%/guix-%.1: guix/scripts/%.scm $(GOBJECTS)
+# Guile modules have been compiled.  We also need the guix script to exist.
+$(srcdir)/%D%/guix-%.1: scripts/guix guix/scripts/%.scm $(GOBJECTS)
 	-@case '$?' in \
 	  *$<*) $(AM_V_P) && set -x || echo "  HELP2MAN $@"; \
 	        $(gen_man) --output="$@" "guix $*";; \

base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e
-- 
2.40.1



[Message part 3 (message/rfc822, inline)]
From: Josselin Poiret <dev <at> jpoiret.xyz>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 63460-done <at> debbugs.gnu.org
Subject: Re: bug#63460: [PATCH] build: Add dependency on guix script for
 help2man targets.
Date: Fri, 25 Aug 2023 18:29:41 +0200
[Message part 4 (text/plain, inline)]
Hi,

Pushed as ca8acad38264dd29a808904d3ce8e7249194d95f.

Closing.

Best,
-- 
Josselin Poiret
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 1 year and 354 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.