summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-12 23:14:33 +0200
committerLudovic Courtès <ludo@gnu.org>2025-10-14 16:35:55 +0200
commit699570510feac8dbd0c1eec6d77b7759b50c8431 (patch)
tree1f2ccf751c2badbb492e7a8faeb2ebdf1fae2509 /doc
parentf1f9849c01af0056519d8899e35b570273e63529 (diff)
guix: Fix guix-minimal install phase.
* doc/local.mk (sub_commands_mans): Add guix-copy conditionally. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/local.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/local.mk b/doc/local.mk
index a38771d49b1..86768d33d51 100644
--- a/doc/local.mk
+++ b/doc/local.mk
@@ -211,7 +211,6 @@ sub_commands_mans = \
$(srcdir)/%D%/guix-build.1 \
$(srcdir)/%D%/guix-challenge.1 \
$(srcdir)/%D%/guix-container.1 \
- $(srcdir)/%D%/guix-copy.1 \
$(srcdir)/%D%/guix-deploy.1 \
$(srcdir)/%D%/guix-describe.1 \
$(srcdir)/%D%/guix-download.1 \
@@ -239,6 +238,10 @@ sub_commands_mans = \
$(srcdir)/%D%/guix-time-machine.1 \
$(srcdir)/%D%/guix-weather.1
+if HAVE_GUILE_SSH
+sub_commands_mans += $(srcdir)/%D%/guix-copy.1
+endif HAVE_GUILE_SSH
+
# Assume that cross-compiled commands cannot be executed.
if !CROSS_COMPILING