On Thu, Jun 9, 2011 at 1:03 PM, Gaetan Nadon <mems...@videotron.ca> wrote: > This will prevent outputting a "GEN" prefix. Moving and removing files > is not "generating" anything. > > Signed-off-by: Gaetan Nadon <mems...@videotron.ca> > --- > man/Makefile.am | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/man/Makefile.am b/man/Makefile.am > index 1b29b72..2181ea9 100644 > --- a/man/Makefile.am > +++ b/man/Makefile.am > @@ -166,7 +166,7 @@ SUFFIXES += .txt .xml > $(AM_V_GEN)$(ASCIIDOC) -b docbook -d manpage -o $@ $< > .xml.man: > $(AM_V_GEN)$(XMLTO) man $< > - $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@ > + $(AM_V_at)mv -f $(@:.man=.libmansuffix) $@ > > # Invoke asciidoc/xmlto main man page generation for shadow pages > $(libman_shadows): > @@ -174,5 +174,5 @@ $(libman_shadows): > rm -f $<; \ > $(MAKE) $(AM_MAKEFLAGS) $< || exit 1; \ > fi > - $(AM_V_GEN)mv -f $(@:.man=.libmansuffix) $@ > + $(AM_V_at)mv -f $(@:.man=.libmansuffix) $@ > 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, Reviewed-by: Dan Nicholson <dbn.li...@gmail.com> _______________________________________________ xorg-devel@lists.x.org: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel