summary refs log tree commit diff
path: root/doc.am
diff options
context:
space:
mode:
Diffstat (limited to 'doc.am')
-rw-r--r--doc.am6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc.am b/doc.am
index 045e93056c..8b8ecc7a8b 100644
--- a/doc.am
+++ b/doc.am
@@ -95,19 +95,19 @@ dvi-local: ps-local
 # Manual pages.
 
 doc/guix.1: $(SUBCOMMANDS:%=guix/scripts/%.scm)
-	-LANGUAGE= $(top_builddir)/pre-inst-env	\
+	-$(AM_V_HELP2MAN)LANGUAGE= $(top_builddir)/pre-inst-env		\
 	  $(HELP2MAN) --output="$@" guix
 
 # Note: Do not depend on 'guix-daemon' since that would trigger a rebuild even
 # for people building from a tarball.
 doc/guix-daemon.1: nix/nix-daemon/guix-daemon.cc
-	-LANGUAGE= $(top_builddir)/pre-inst-env	\
+	-$(AM_V_HELP2MAN)LANGUAGE= $(top_builddir)/pre-inst-env		\
 	  $(HELP2MAN) --output="$@" guix-daemon
 
 define subcommand-manual-target
 
 doc/guix-$(1).1: guix/scripts/$(1).scm
-	-LANGUAGE= $(top_builddir)/pre-inst-env		\
+	-$$(AM_V_HELP2MAN)LANGUAGE= $(top_builddir)/pre-inst-env	\
 	  $(HELP2MAN) --output="$$@" "guix $(1)"
 
 endef