* [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets.
@ 2023-05-12 8:00 Josselin Poiret via Guix-patches via
2023-06-08 21:01 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-05-12 8:00 UTC (permalink / raw)
To: 63460; +Cc: Josselin Poiret
From: Josselin Poiret <dev@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
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets.
2023-05-12 8:00 [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets Josselin Poiret via Guix-patches via
@ 2023-06-08 21:01 ` Ludovic Courtès
2023-08-15 19:46 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2023-06-08 21:01 UTC (permalink / raw)
To: Josselin Poiret; +Cc: 63460
Josselin Poiret <dev@jpoiret.xyz> skribis:
> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * doc/local.mk: Add dependency on guix script for help2man targets.
LGTM, thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets.
2023-06-08 21:01 ` Ludovic Courtès
@ 2023-08-15 19:46 ` Ludovic Courtès
2023-08-16 7:54 ` Josselin Poiret via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2023-08-15 19:46 UTC (permalink / raw)
To: Josselin Poiret; +Cc: 63460
Hey!
Ludovic Courtès <ludo@gnu.org> skribis:
> Josselin Poiret <dev@jpoiret.xyz> skribis:
>
>> From: Josselin Poiret <dev@jpoiret.xyz>
>>
>> * doc/local.mk: Add dependency on guix script for help2man targets.
>
> LGTM, thanks!
Gently ping: looks like it feel through the cracks. :-)
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets.
2023-08-15 19:46 ` Ludovic Courtès
@ 2023-08-16 7:54 ` Josselin Poiret via Guix-patches via
2023-08-25 16:29 ` bug#63460: " Josselin Poiret via Guix-patches via
0 siblings, 1 reply; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-08-16 7:54 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 63460
[-- Attachment #1: Type: text/plain, Size: 225 bytes --]
Hey Ludo,
Ludovic Courtès <ludo@gnu.org> writes:
> Gently ping: looks like it feel through the cracks. :-)
Thanks, I thought I had merged it! Putting it in my (ever-growing) queue.
Best,
--
Josselin Poiret
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#63460: [PATCH] build: Add dependency on guix script for help2man targets.
2023-08-16 7:54 ` Josselin Poiret via Guix-patches via
@ 2023-08-25 16:29 ` Josselin Poiret via Guix-patches via
0 siblings, 0 replies; 5+ messages in thread
From: Josselin Poiret via Guix-patches via @ 2023-08-25 16:29 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 63460-done
[-- Attachment #1: Type: text/plain, Size: 103 bytes --]
Hi,
Pushed as ca8acad38264dd29a808904d3ce8e7249194d95f.
Closing.
Best,
--
Josselin Poiret
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 682 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-08-25 16:30 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12 8:00 [bug#63460] [PATCH] build: Add dependency on guix script for help2man targets Josselin Poiret via Guix-patches via
2023-06-08 21:01 ` Ludovic Courtès
2023-08-15 19:46 ` Ludovic Courtès
2023-08-16 7:54 ` Josselin Poiret via Guix-patches via
2023-08-25 16:29 ` bug#63460: " Josselin Poiret via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.