summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2009-10-26 12:54:21 -0400
committerOwain G. Ainsworth <oga@openbsd.org>2010-03-01 16:04:02 +0000
commit538fbcd41a818c9857904b5d18f6449925cef0bd (patch)
tree692f382ea11ef7a2a68adf31b497b53043a423bd /Makefile.am
parenta682a812b4b1d3ed43475c7c64c68ff6543143bc (diff)
Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one. Update configure.ac to xorg-macros level 1.3. Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros Update Makefile.am to add ChangeLog target if missing Remove ChangeLog from EXTRA_DIST or *CLEAN variables This is a pre-req for the INSTALL_CMD (cherry picked from commit ad4030932490f848c8ac21ba5a7a8d734994ed15) Signed-off-by: Owain G. Ainsworth <oga@openbsd.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 79bdaabe..9261766b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,4 +22,9 @@ AUTOMAKE_OPTIONS = foreign
SUBDIRS = uxa src man
-EXTRA_DIST = README AUTHORS NEWS
+.PHONY: ChangeLog
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+dist-hook: ChangeLog