~ruther/guix-local

699570510feac8dbd0c1eec6d77b7759b50c8431 — Nicolas Graves 7 months ago f1f9849
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>
1 files changed, 4 insertions(+), 1 deletions(-)

M doc/local.mk
M doc/local.mk => doc/local.mk +4 -1
@@ 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