[PATCH input-synaptics 5/5] Regroup the distribution makefile rules together

Peter Hutterer peter.hutterer at who-t.net
Mon Jun 13 20:51:43 PDT 2011


On Mon, Jun 13, 2011 at 07:43:31PM -0400, Gaetan Nadon wrote:
> Just moving statements, no change.
> These rules are common to all 240 X.Org modules and are maintained
> by scripts. They are at the bottom of the file.
> 
> Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
> ---
>  Makefile.am |   14 +++++++-------
>  1 files changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index 0706d64..dd8a117 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -26,8 +26,6 @@ DISTCHECK_CONFIGURE_FLAGS = \
>  	--with-sdkdir='$${includedir}/xorg' \
>  	--with-xorg-conf-dir='$${sysconfdir}/xorg'
>  
> -MAINTAINERCLEANFILES = ChangeLog INSTALL
> -
>  pkgconfigdir = $(libdir)/pkgconfig
>  pkgconfig_DATA = xorg-synaptics.pc
>  
> @@ -93,6 +91,13 @@ TESTS = $(check_PROGRAMS)
>  endif
>  endif
>  
> +dist_doc_DATA = 			\
> +	docs/README.alps		\
> +	docs/trouble-shooting.txt	\
> +	docs/tapndrag.dia
> +
> +MAINTAINERCLEANFILES = ChangeLog INSTALL
> +
>  .PHONY: ChangeLog INSTALL
>  
>  INSTALL:
> @@ -102,8 +107,3 @@ ChangeLog:
>  	$(CHANGELOG_CMD)
>  
>  dist-hook: ChangeLog INSTALL
> -
> -dist_doc_DATA = 			\
> -	docs/README.alps		\
> -	docs/trouble-shooting.txt	\
> -	docs/tapndrag.dia
> -- 
> 1.7.4.1

Reviewed-by: Peter Hutterer <peter.hutterer at who-t.net> for patches 1, 2, 3,
5.

Cheers,
  Peter


More information about the xorg-devel mailing list