config: add the INSTALL target for installation instructions
[platform/upstream/libxkbcommon.git] / Makefile.am
1 SUBDIRS = include src test
2
3 pkgconfigdir = $(libdir)/pkgconfig
4 pkgconfig_DATA = xkbcommon.pc
5
6 MAINTAINERCLEANFILES = ChangeLog INSTALL
7
8 .PHONY: ChangeLog INSTALL
9
10 INSTALL:
11         $(INSTALL_CMD)
12
13 ChangeLog:
14         $(CHANGELOG_CMD)
15
16 dist-hook: ChangeLog INSTALL