From: Gaetan Nadon Date: Tue, 7 Dec 2010 15:39:16 +0000 (-0500) Subject: config: add the INSTALL target for installation instructions X-Git-Tag: accepted/2.0alpha-wayland/20121109.204519~334 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7ce1a6dca2ff55a0cda00c754a007f757fb5e37b;p=profile%2Fivi%2Flibxkbcommon.git config: add the INSTALL target for installation instructions Acked-by: Daniel Stone Reviewed-by: Kristian Høgsberg Signed-off-by: Gaetan Nadon --- diff --git a/Makefile.am b/Makefile.am index 6c97739..4ad18e7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,13 +3,14 @@ SUBDIRS = include src test pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xkbcommon.pc -EXTRA_DIST = ChangeLog +MAINTAINERCLEANFILES = ChangeLog INSTALL -MAINTAINERCLEANFILES = ChangeLog +.PHONY: ChangeLog INSTALL -.PHONY: ChangeLog +INSTALL: + $(INSTALL_CMD) ChangeLog: $(CHANGELOG_CMD) -dist-hook: ChangeLog +dist-hook: ChangeLog INSTALL