<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.32.2">
</HEAD>
<BODY>
On Fri, 2011-06-10 at 10:37 -0700, Dan Nicholson wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
On Thu, Jun 9, 2011 at 1:03 PM, Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt; wrote:
&gt; This will prevent outputting a &quot;GEN&quot; prefix. Moving and removing files
&gt; is not &quot;generating&quot; anything.
&gt;
&gt; Signed-off-by: Gaetan Nadon &lt;<A HREF="mailto:memsize@videotron.ca">memsize@videotron.ca</A>&gt;
&gt; ---
&gt; &nbsp;man/Makefile.am | &nbsp; &nbsp;4 ++--
&gt; &nbsp;1 files changed, 2 insertions(+), 2 deletions(-)
&gt;
&gt; diff --git a/man/Makefile.am b/man/Makefile.am
&gt; index 1b29b72..2181ea9 100644
&gt; --- a/man/Makefile.am
&gt; +++ b/man/Makefile.am
&gt; @@ -166,7 +166,7 @@ SUFFIXES += .txt .xml
&gt; &nbsp; &nbsp; &nbsp; &nbsp;$(AM_V_GEN)$(ASCIIDOC) -b docbook -d manpage -o $@ $&lt;
&gt; &nbsp;.xml.man:
&gt; &nbsp; &nbsp; &nbsp; &nbsp;$(AM_V_GEN)$(XMLTO) man $&lt;
&gt; - &nbsp; &nbsp; &nbsp; $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@
&gt; + &nbsp; &nbsp; &nbsp; $(AM_V_at)mv -f $(@:.man=.libmansuffix) $@
&gt;
&gt; &nbsp;# Invoke asciidoc/xmlto main man page generation for shadow pages
&gt; &nbsp;$(libman_shadows):
&gt; @@ -174,5 +174,5 @@ $(libman_shadows):
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;rm -f $&lt;; \
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;$(MAKE) $(AM_MAKEFLAGS) $&lt; || exit 1; \
&gt; &nbsp; &nbsp; &nbsp; &nbsp;fi
&gt; - &nbsp; &nbsp; &nbsp; $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@
&gt; + &nbsp; &nbsp; &nbsp; $(AM_V_at)mv -f $(@:.man=.libmansuffix) $@
&gt; &nbsp;endif

AM_V_at silences the output unless you pass V=1, right? I don't have
the code in front of my. Assuming yes,

</PRE>
</BLOCKQUOTE>
Your assumption is correct. I wasn't aware of its existence at the time I wrote the original code. Thanks
<BLOCKQUOTE TYPE=CITE>
<PRE>
Reviewed-by: Dan Nicholson &lt;<A HREF="mailto:dbn.lists@gmail.com">dbn.lists@gmail.com</A>&gt;
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>