summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-06-12 10:30:32 +0200
committerMaarten Lankhorst <maarten.lankhorst@canonical.com>2013-06-12 10:30:32 +0200
commit3b1a45325d5fd46f0e7fad17168742b4c9a2465a (patch)
tree11a265678a2d4a057aeb021d937381c1b0679afc /Makefile.am
parentb82aacd3e72b52240181569c8b0abb55c1f716d5 (diff)
downloadxorg-driver-xf86-video-nouveau-3b1a45325d5fd46f0e7fad17168742b4c9a2465a.tar.gz
update makefiles for make distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am15
1 files changed, 9 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index 011c574..032be8a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -20,11 +20,14 @@
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src man
+MAINTAINERCLEANFILES = ChangeLog INSTALL
-EXTRA_DIST = ChangeLog
+.PHONY: ChangeLog INSTALL
-# Always regenerate the changelog
-CLEANFILES = ChangeLog
-ChangeLog: FORCE
- git log > ChangeLog
-FORCE:
+INSTALL:
+ $(INSTALL_CMD)
+
+ChangeLog:
+ $(CHANGELOG_CMD)
+
+EXTRA_DIST = ChangeLog INSTALL