[PATCH input-synaptics 5/5] Regroup the distribution makefile rules together
Gaetan Nadon
memsize at videotron.ca
Mon Jun 13 16:43:31 PDT 2011
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
More information about the xorg-devel
mailing list