summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-07 16:40:03 -0700
committerKeith Packard <keithp@keithp.com>2010-04-07 16:40:03 -0700
commitc0c77351aa5fbe84b5a98b4f4fc880ea8428bf1f (patch)
treed6a6c2ca80850d45cead550f90f13a1bae5e5ef0
parent05b56f65501517507355de2ccdf8b5432254e3c2 (diff)
Make 'distcheck' work.
This involved removing the rules from all of the subdirectory Makefile.am files for ChangeLog and INSTALL targets, and then adding those to the toplevel Makefile.am file. Signed-off-by: Keith Packard <keithp@keithp.com>
-rw-r--r--Makefile.am15
-rw-r--r--applewmproto/Makefile.am10
-rw-r--r--bigreqsproto/Makefile.am11
-rw-r--r--calibrateproto/Makefile.am9
-rw-r--r--compositeproto/Makefile.am11
-rw-r--r--damageproto/Makefile.am11
-rw-r--r--dmxproto/Makefile.am11
-rw-r--r--dri2proto/Makefile.am11
-rw-r--r--evieproto/Makefile.am11
-rw-r--r--fixesproto/Makefile.am11
-rw-r--r--fontcacheproto/Makefile.am11
-rw-r--r--fontsproto/Makefile.am11
-rw-r--r--glproto/Makefile.am11
-rw-r--r--inputproto/Makefile.am11
-rw-r--r--kbproto/Makefile.am11
-rw-r--r--lg3dproto/Makefile38
-rw-r--r--lg3dproto/Makefile.am9
-rw-r--r--lg3dproto/Makefile.in38
-rw-r--r--pmproto/Makefile.am9
-rw-r--r--printproto/Makefile.am9
-rw-r--r--randrproto/Makefile.am11
-rw-r--r--recordproto/Makefile.am11
-rw-r--r--renderproto/Makefile.am11
-rw-r--r--resourceproto/Makefile.am11
-rw-r--r--scrnsaverproto/Makefile.am11
-rw-r--r--trapproto/Makefile.am9
-rw-r--r--videoproto/Makefile.am11
-rw-r--r--windowswmproto/Makefile.am11
-rw-r--r--x11proto/Makefile.am11
-rw-r--r--xcmiscproto/Makefile.am11
-rw-r--r--xextproto/Makefile.am11
-rw-r--r--xf86bigfontproto/Makefile.am11
-rw-r--r--xf86dgaproto/Makefile.am11
-rw-r--r--xf86driproto/Makefile.am11
-rw-r--r--xf86miscproto/Makefile.am11
-rw-r--r--xf86rushproto/Makefile.am9
-rw-r--r--xf86vidmodeproto/Makefile.am11
-rw-r--r--xineramaproto/Makefile.am11
38 files changed, 40 insertions, 423 deletions
diff --git a/Makefile.am b/Makefile.am
index 649a6d9..627844a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -33,4 +33,17 @@ SUBDIRS = \
xf86miscproto \
xf86rushproto \
xf86vidmodeproto \
- xineramaproto \ No newline at end of file
+ xineramaproto
+
+
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog INSTALL
diff --git a/applewmproto/Makefile.am b/applewmproto/Makefile.am
index 63db4c7..29496cb 100644
--- a/applewmproto/Makefile.am
+++ b/applewmproto/Makefile.am
@@ -7,13 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = applewmproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-ChangeLog:
- $(CHANGELOG_CMD)
-INSTALL:
- $(INSTALL_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/bigreqsproto/Makefile.am b/bigreqsproto/Makefile.am
index 45960ba..58e836c 100644
--- a/bigreqsproto/Makefile.am
+++ b/bigreqsproto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = bigreqsproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/calibrateproto/Makefile.am b/calibrateproto/Makefile.am
index 2e7dee2..9093ff1 100644
--- a/calibrateproto/Makefile.am
+++ b/calibrateproto/Makefile.am
@@ -28,12 +28,3 @@ pkgconfig_DATA = xcalibrateproto.pc
EXTRA_DIST = autogen.sh xcalibrateproto.pc.in
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
-dist-hook: ChangeLog
diff --git a/compositeproto/Makefile.am b/compositeproto/Makefile.am
index 5a14884..fe88413 100644
--- a/compositeproto/Makefile.am
+++ b/compositeproto/Makefile.am
@@ -30,14 +30,3 @@ pkgconfig_DATA = compositeproto.pc
dist_doc_DATA = compositeproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/damageproto/Makefile.am b/damageproto/Makefile.am
index 7c9b757..1c4176c 100644
--- a/damageproto/Makefile.am
+++ b/damageproto/Makefile.am
@@ -30,14 +30,3 @@ pkgconfig_DATA = damageproto.pc
dist_doc_DATA = damageproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/dmxproto/Makefile.am b/dmxproto/Makefile.am
index 6883b29..535bf9f 100644
--- a/dmxproto/Makefile.am
+++ b/dmxproto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = dmxproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/dri2proto/Makefile.am b/dri2proto/Makefile.am
index 5990273..4d3c476 100644
--- a/dri2proto/Makefile.am
+++ b/dri2proto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfig_DATA = dri2proto.pc
dist_doc_DATA = dri2proto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/evieproto/Makefile.am b/evieproto/Makefile.am
index 6de80c3..5272792 100644
--- a/evieproto/Makefile.am
+++ b/evieproto/Makefile.am
@@ -8,14 +8,3 @@ pkgconfig_DATA = evieproto.pc
EXTRA_DIST = evieproto.pc.in
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/fixesproto/Makefile.am b/fixesproto/Makefile.am
index f1716b0..665caf1 100644
--- a/fixesproto/Makefile.am
+++ b/fixesproto/Makefile.am
@@ -30,14 +30,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fixesproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/fontcacheproto/Makefile.am b/fontcacheproto/Makefile.am
index 9092f8a..37a8ce2 100644
--- a/fontcacheproto/Makefile.am
+++ b/fontcacheproto/Makefile.am
@@ -9,14 +9,3 @@ pkgconfig_DATA = fontcacheproto.pc
EXTRA_DIST = fontcacheproto.pc.in
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/fontsproto/Makefile.am b/fontsproto/Makefile.am
index c1ff54a..8c24d16 100644
--- a/fontsproto/Makefile.am
+++ b/fontsproto/Makefile.am
@@ -11,14 +11,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = fontsproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/glproto/Makefile.am b/glproto/Makefile.am
index 40cb57c..bdac29f 100644
--- a/glproto/Makefile.am
+++ b/glproto/Makefile.am
@@ -13,14 +13,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = glproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/inputproto/Makefile.am b/inputproto/Makefile.am
index 77d1ea7..b888112 100644
--- a/inputproto/Makefile.am
+++ b/inputproto/Makefile.am
@@ -11,14 +11,3 @@ pkgconfig_DATA = inputproto.pc
dist_doc_DATA = XI2proto.txt XIproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/kbproto/Makefile.am b/kbproto/Makefile.am
index bbe8a1e..8470e60 100644
--- a/kbproto/Makefile.am
+++ b/kbproto/Makefile.am
@@ -10,14 +10,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = kbproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/lg3dproto/Makefile b/lg3dproto/Makefile
index beb6d2c..e2a45a6 100644
--- a/lg3dproto/Makefile
+++ b/lg3dproto/Makefile
@@ -60,7 +60,7 @@ host_triplet = x86_64-unknown-linux-gnu
subdir = lg3dproto
DIST_COMMON = README $(lg3d_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/lg3dproto.pc.in AUTHORS \
- COPYING ChangeLog INSTALL install-sh missing
+ COPYING INSTALL install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -257,8 +257,7 @@ lg3ddir = $(includedir)/X11/extensions
lg3d_HEADERS = lgewire.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lg3dproto.pc
-EXTRA_DIST = autogen.sh lg3dproto.pc.in ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+EXTRA_DIST = autogen.sh lg3dproto.pc.in
all: all-am
.SUFFIXES:
@@ -417,9 +416,6 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
- dist-hook
check-am: all-am
check: check-am
all-am: Makefile $(DATA) $(HEADERS)
@@ -452,7 +448,6 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic mostlyclean-am
@@ -522,26 +517,19 @@ uninstall-am: uninstall-lg3dHEADERS uninstall-pkgconfigDATA
.MAKE: install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- ctags dist-hook distclean distclean-generic distclean-tags \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-lg3dHEADERS install-man install-pdf install-pdf-am \
- install-pkgconfigDATA install-ps install-ps-am install-strip \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am tags uninstall uninstall-am \
- uninstall-lg3dHEADERS uninstall-pkgconfigDATA
+ ctags distclean distclean-generic distclean-tags distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-lg3dHEADERS install-man \
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
+ uninstall uninstall-am uninstall-lg3dHEADERS \
+ uninstall-pkgconfigDATA
-.PHONY: ChangeLog
-
-ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
-dist-hook: ChangeLog
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/lg3dproto/Makefile.am b/lg3dproto/Makefile.am
index 55476bc..3d5053a 100644
--- a/lg3dproto/Makefile.am
+++ b/lg3dproto/Makefile.am
@@ -28,12 +28,3 @@ pkgconfig_DATA = lg3dproto.pc
EXTRA_DIST = autogen.sh lg3dproto.pc.in
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
-dist-hook: ChangeLog
diff --git a/lg3dproto/Makefile.in b/lg3dproto/Makefile.in
index 1d4d748..504c5f7 100644
--- a/lg3dproto/Makefile.in
+++ b/lg3dproto/Makefile.in
@@ -60,7 +60,7 @@ host_triplet = @host@
subdir = lg3dproto
DIST_COMMON = README $(lg3d_HEADERS) $(srcdir)/Makefile.am \
$(srcdir)/Makefile.in $(srcdir)/lg3dproto.pc.in AUTHORS \
- COPYING ChangeLog INSTALL install-sh missing
+ COPYING INSTALL install-sh missing
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
@@ -257,8 +257,7 @@ lg3ddir = $(includedir)/X11/extensions
lg3d_HEADERS = lgewire.h
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = lg3dproto.pc
-EXTRA_DIST = autogen.sh lg3dproto.pc.in ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
+EXTRA_DIST = autogen.sh lg3dproto.pc.in
all: all-am
.SUFFIXES:
@@ -417,9 +416,6 @@ distdir: $(DISTFILES)
|| exit 1; \
fi; \
done
- $(MAKE) $(AM_MAKEFLAGS) \
- top_distdir="$(top_distdir)" distdir="$(distdir)" \
- dist-hook
check-am: all-am
check: check-am
all-am: Makefile $(DATA) $(HEADERS)
@@ -452,7 +448,6 @@ distclean-generic:
maintainer-clean-generic:
@echo "This command is intended for maintainers to use"
@echo "it deletes files that may require special tools to rebuild."
- -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
clean: clean-am
clean-am: clean-generic mostlyclean-am
@@ -522,26 +517,19 @@ uninstall-am: uninstall-lg3dHEADERS uninstall-pkgconfigDATA
.MAKE: install-am install-strip
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
- ctags dist-hook distclean distclean-generic distclean-tags \
- distdir dvi dvi-am html html-am info info-am install \
- install-am install-data install-data-am install-dvi \
- install-dvi-am install-exec install-exec-am install-html \
- install-html-am install-info install-info-am \
- install-lg3dHEADERS install-man install-pdf install-pdf-am \
- install-pkgconfigDATA install-ps install-ps-am install-strip \
- installcheck installcheck-am installdirs maintainer-clean \
- maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
- pdf-am ps ps-am tags uninstall uninstall-am \
- uninstall-lg3dHEADERS uninstall-pkgconfigDATA
+ ctags distclean distclean-generic distclean-tags distdir dvi \
+ dvi-am html html-am info info-am install install-am \
+ install-data install-data-am install-dvi install-dvi-am \
+ install-exec install-exec-am install-html install-html-am \
+ install-info install-info-am install-lg3dHEADERS install-man \
+ install-pdf install-pdf-am install-pkgconfigDATA install-ps \
+ install-ps-am install-strip installcheck installcheck-am \
+ installdirs maintainer-clean maintainer-clean-generic \
+ mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \
+ uninstall uninstall-am uninstall-lg3dHEADERS \
+ uninstall-pkgconfigDATA
-.PHONY: ChangeLog
-
-ChangeLog:
- (GIT_DIR=$(top_srcdir)/.git git-log > .changelog.tmp && mv .changelog.tmp ChangeLog; rm -f .changelog.tmp) || (touch ChangeLog; echo 'git directory not found: installing possibly empty changelog.' >&2)
-
-dist-hook: ChangeLog
-
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:
diff --git a/pmproto/Makefile.am b/pmproto/Makefile.am
index 4781d1f..2b62a3b 100644
--- a/pmproto/Makefile.am
+++ b/pmproto/Makefile.am
@@ -10,12 +10,3 @@ dist_doc_DATA = PM_spec
EXTRA_DIST = xproxymngproto.pc.in
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog
diff --git a/printproto/Makefile.am b/printproto/Makefile.am
index 6b2e7c8..fb168e8 100644
--- a/printproto/Makefile.am
+++ b/printproto/Makefile.am
@@ -20,15 +20,6 @@ EXTRA_DIST = printproto.pc.in \
specs/xp_protoTOC.doc \
specs/xp_proto_cov.mif
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog
SED = sed
diff --git a/randrproto/Makefile.am b/randrproto/Makefile.am
index aede4e9..08bb9fd 100644
--- a/randrproto/Makefile.am
+++ b/randrproto/Makefile.am
@@ -9,14 +9,3 @@ pkgconfig_DATA = randrproto.pc
dist_doc_DATA = randrproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/recordproto/Makefile.am b/recordproto/Makefile.am
index f9cc316..20810b2 100644
--- a/recordproto/Makefile.am
+++ b/recordproto/Makefile.am
@@ -8,14 +8,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = recordproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/renderproto/Makefile.am b/renderproto/Makefile.am
index a1a75ef..5f86512 100644
--- a/renderproto/Makefile.am
+++ b/renderproto/Makefile.am
@@ -9,14 +9,3 @@ pkgconfig_DATA = renderproto.pc
dist_doc_DATA = renderproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/resourceproto/Makefile.am b/resourceproto/Makefile.am
index 3ed1758..c00f570 100644
--- a/resourceproto/Makefile.am
+++ b/resourceproto/Makefile.am
@@ -6,14 +6,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = resourceproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/scrnsaverproto/Makefile.am b/scrnsaverproto/Makefile.am
index 0a26e33..1e9f99d 100644
--- a/scrnsaverproto/Makefile.am
+++ b/scrnsaverproto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = scrnsaverproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/trapproto/Makefile.am b/trapproto/Makefile.am
index dbd2c38..12b4f99 100644
--- a/trapproto/Makefile.am
+++ b/trapproto/Makefile.am
@@ -13,12 +13,3 @@ pkgconfig_DATA = trapproto.pc
EXTRA_DIST = trapproto.pc.in
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog
diff --git a/videoproto/Makefile.am b/videoproto/Makefile.am
index 6064e46..3190503 100644
--- a/videoproto/Makefile.am
+++ b/videoproto/Makefile.am
@@ -12,14 +12,3 @@ pkgconfig_DATA = videoproto.pc
dist_doc_DATA = xv-protocol-v2.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/windowswmproto/Makefile.am b/windowswmproto/Makefile.am
index 7143e0b..7967884 100644
--- a/windowswmproto/Makefile.am
+++ b/windowswmproto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = windowswmproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/x11proto/Makefile.am b/x11proto/Makefile.am
index 26b9995..0895a5e 100644
--- a/x11proto/Makefile.am
+++ b/x11proto/Makefile.am
@@ -33,15 +33,4 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xcmiscproto/Makefile.am b/xcmiscproto/Makefile.am
index 7937ee6..1bff0e8 100644
--- a/xcmiscproto/Makefile.am
+++ b/xcmiscproto/Makefile.am
@@ -7,14 +7,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcmiscproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xextproto/Makefile.am b/xextproto/Makefile.am
index 8a318f6..800002b 100644
--- a/xextproto/Makefile.am
+++ b/xextproto/Makefile.am
@@ -47,14 +47,3 @@ pkgconfig_DATA = xextproto.pc
dist_doc_DATA = geproto.txt
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xf86bigfontproto/Makefile.am b/xf86bigfontproto/Makefile.am
index 194214d..a303471 100644
--- a/xf86bigfontproto/Makefile.am
+++ b/xf86bigfontproto/Makefile.am
@@ -8,14 +8,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86bigfontproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xf86dgaproto/Makefile.am b/xf86dgaproto/Makefile.am
index f110254..5e889f4 100644
--- a/xf86dgaproto/Makefile.am
+++ b/xf86dgaproto/Makefile.am
@@ -12,14 +12,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86dgaproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xf86driproto/Makefile.am b/xf86driproto/Makefile.am
index 43c85af..20947c3 100644
--- a/xf86driproto/Makefile.am
+++ b/xf86driproto/Makefile.am
@@ -5,14 +5,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86driproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xf86miscproto/Makefile.am b/xf86miscproto/Makefile.am
index 5a11549..ea1820a 100644
--- a/xf86miscproto/Makefile.am
+++ b/xf86miscproto/Makefile.am
@@ -8,14 +8,3 @@ pkgconfig_DATA = xf86miscproto.pc
EXTRA_DIST = xf86miscproto.pc.in
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xf86rushproto/Makefile.am b/xf86rushproto/Makefile.am
index a3c3ccf..42193f3 100644
--- a/xf86rushproto/Makefile.am
+++ b/xf86rushproto/Makefile.am
@@ -8,12 +8,3 @@ pkgconfig_DATA = xf86rushproto.pc
EXTRA_DIST = xf86rushproto.pc.in
-EXTRA_DIST += ChangeLog
-MAINTAINERCLEANFILES = ChangeLog
-
-.PHONY: ChangeLog
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog
diff --git a/xf86vidmodeproto/Makefile.am b/xf86vidmodeproto/Makefile.am
index 3ef126a..5bb05a0 100644
--- a/xf86vidmodeproto/Makefile.am
+++ b/xf86vidmodeproto/Makefile.am
@@ -8,14 +8,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xf86vidmodeproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL
diff --git a/xineramaproto/Makefile.am b/xineramaproto/Makefile.am
index 92a4911..171b2cf 100644
--- a/xineramaproto/Makefile.am
+++ b/xineramaproto/Makefile.am
@@ -6,14 +6,3 @@ pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xineramaproto.pc
-MAINTAINERCLEANFILES = ChangeLog INSTALL
-
-.PHONY: ChangeLog INSTALL
-
-INSTALL:
- $(INSTALL_CMD)
-
-ChangeLog:
- $(CHANGELOG_CMD)
-
-dist-hook: ChangeLog INSTALL