[PATCH input-evdev 10/10] man: Use Autoconf provided $(AM_V_GEN)$(SED)

Peter Hutterer peter.hutterer at who-t.net
Sun Apr 18 16:59:46 PDT 2010


On Sat, Apr 17, 2010 at 07:28:26PM -0400, Gaetan Nadon wrote:
> Enables silent rule and use platform appropriate version of sed.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  man/Makefile.am |    4 +---
>  1 files changed, 1 insertions(+), 3 deletions(-)
> 
> diff --git a/man/Makefile.am b/man/Makefile.am
> index 66c207f..4edafaa 100644
> --- a/man/Makefile.am
> +++ b/man/Makefile.am
> @@ -30,8 +30,6 @@ EXTRA_DIST = @DRIVER_NAME at .man
>  
>  CLEANFILES = $(driverman_DATA)
>  
> -SED = sed
> -
>  # Strings to replace in man pages
>  XORGRELSTRING = @PACKAGE_STRING@
>    XORGMANNAME = X Version 11
> @@ -51,4 +49,4 @@ MAN_SUBSTS = \
>  SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man
>  
>  .man.$(DRIVER_MAN_SUFFIX):
> -	sed $(MAN_SUBSTS) < $< > $@
> +	$(AM_V_GEN)$(SED) $(MAN_SUBSTS) < $< > $@
> -- 
> 1.6.0.4

Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net>

add this to the pull request please.

Cheers,
  Peter


More information about the xorg-devel mailing list