On Fri, 2011-06-10 at 10:37 -0700, Dan Nicholson wrote: > On Thu, Jun 9, 2011 at 1:03 PM, Gaetan Nadon <[email protected]> wrote: > > This will prevent outputting a "GEN" prefix. Moving and removing files > > is not "generating" anything. > > > > Signed-off-by: Gaetan Nadon <[email protected]> > > --- > > 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, >
Your assumption is correct. I wasn't aware of its existence at the time I wrote the original code. Thanks > Reviewed-by: Dan Nicholson <[email protected]>
signature.asc
Description: This is a digitally signed message part
_______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
