]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
[ng] texi: respect user-requested verbosity better
authorStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 09:07:00 +0000 (11:07 +0200)
committerStefano Lattarini <stefano.lattarini@gmail.com>
Sun, 12 Aug 2012 09:07:00 +0000 (11:07 +0200)
* lib/am/texibuild.mk (am.texi.build.info): Here, by not hiding the
creation of the directory containing the target info when "make V=1"
is used (or "./configure --disable-silent-rules").

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
lib/am/texibuild.mk

index e1d6783fc85aebe1563c04fccd21f133784db418..0687201e0442bd2e54059d0d44ad360057fd7541 100644 (file)
@@ -42,7 +42,7 @@ define am.texi.build.dvi-or-pdf
 endef
 
 define am.texi.build.info
-       $(if $1,,@$(am.cmd.ensure-target-dir-exists))
+       $(if $1,,$(AM_V_at)$(am.cmd.ensure-target-dir-exists))
 ## Back up the info files before running makeinfo. This is the cheapest
 ## way to ensure that
 ## 1) If the texinfo file shrinks (or if you start using --no-split),