[PATCH util-macros 2/2] Use the new XORG_AUTHORS macro for the util-macros package

Gaetan Nadon memsize at videotron.ca
Thu Apr 3 09:53:02 PDT 2014


Signed-off-by: Gaetan Nadon <memsize at videotron.ca>
---
 .gitignore   |    1 +
 Makefile.am  |    9 +++++++--
 configure.ac |    1 +
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/.gitignore b/.gitignore
index 61198c9..058b4b5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,6 +5,7 @@
 #	Do not edit the following section
 # 	GNU Build System (Autotools)
 aclocal.m4
+AUTHORS
 autom4te.cache/
 autoscan.log
 ChangeLog
diff --git a/Makefile.am b/Makefile.am
index 134a5cc..e9d95e8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,9 +32,14 @@ install-data-hook:
 pkgconfigdir = $(datadir)/pkgconfig
 pkgconfig_DATA = xorg-macros.pc
 
-.PHONY: ChangeLog
+MAINTAINERCLEANFILES = ChangeLog AUTHORS
+
+.PHONY: ChangeLog AUTHORS
 
 ChangeLog:
 	$(CHANGELOG_CMD)
 
-dist-hook: ChangeLog
+AUTHORS:
+	$(AUTHORS_CMD)
+
+dist-hook: ChangeLog AUTHORS
diff --git a/configure.ac b/configure.ac
index e38e004..7c9cc28 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,6 +38,7 @@ m4_include([xorgversion.m4])
 
 XORG_RELEASE_VERSION
 XORG_CHANGELOG
+XORG_AUTHORS
 
 AC_CONFIG_FILES([xorg-macros.pc
                  Makefile xorg-macros.m4:xorg-macros.m4.in:xorgversion.m4])
-- 
1.7.9.5



More information about the xorg-devel mailing list