* 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>
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),