summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2010-01-25 15:38:02 -0500
committerPeter Hutterer <peter.hutterer@who-t.net>2010-02-02 15:28:17 +1000
commite756c8e0e013340e91589a5576ec83f847e5a689 (patch)
treedf2d20d0bf3ff154cd74ec0f6eeecd7a8064d962 /Makefile.am
parentd1aaa376207b5aef6a058c5f3a4cae7121f918a0 (diff)
downloadxf86-input-wacom-e756c8e0e013340e91589a5576ec83f847e5a689.tar.gz
config: add make target to provide the INSTALL file.
The file is globally provided by the util-macros module through the XORG_INSTALL macro in XORG_DEFAULT_OPTIONS. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 6 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 27ee95d..87eb702 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -24,17 +24,19 @@ AUTOMAKE_OPTIONS = foreign
DISTCHECK_CONFIGURE_FLAGS = --with-sdkdir='$${includedir}/xorg'
SUBDIRS = fdi src man include tools
+MAINTAINERCLEANFILES = ChangeLog INSTALL
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xorg-wacom.pc
-EXTRA_DIST = ChangeLog GPL
+EXTRA_DIST = GPL
-MAINTAINERCLEANFILES=ChangeLog
+.PHONY: ChangeLog INSTALL
-.PHONY: ChangeLog
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL