diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-01-25 15:38:02 -0500 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-02-02 15:28:17 +1000 |
commit | e756c8e0e013340e91589a5576ec83f847e5a689 (patch) | |
tree | df2d20d0bf3ff154cd74ec0f6eeecd7a8064d962 /Makefile.am | |
parent | d1aaa376207b5aef6a058c5f3a4cae7121f918a0 (diff) | |
download | xf86-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.am | 10 |
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 |