diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-10-26 12:54:21 -0400 |
---|---|---|
committer | Owain G. Ainsworth <oga@openbsd.org> | 2010-03-01 16:04:02 +0000 |
commit | 538fbcd41a818c9857904b5d18f6449925cef0bd (patch) | |
tree | 692f382ea11ef7a2a68adf31b497b53043a423bd /Makefile.am | |
parent | a682a812b4b1d3ed43475c7c64c68ff6543143bc (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.am | 7 |
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 |