summaryrefslogtreecommitdiff
path: root/proto/inputproto/Makefile.am
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 10:02:27 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-11 10:02:27 +0000
commit2432de43f2eaf7b4f7dd4e8741425dd0babb97c4 (patch)
tree7bb8547bf67c3ded4147902fb7dc386cb251b9ef /proto/inputproto/Makefile.am
parent32318145a6d2d68d7582c446a51afa1953f4e752 (diff)
Update to inputproto 2.0.1. No functional change.
Diffstat (limited to 'proto/inputproto/Makefile.am')
-rw-r--r--proto/inputproto/Makefile.am13
1 files changed, 8 insertions, 5 deletions
diff --git a/proto/inputproto/Makefile.am b/proto/inputproto/Makefile.am
index 85ca02fac..77d1ea716 100644
--- a/proto/inputproto/Makefile.am
+++ b/proto/inputproto/Makefile.am
@@ -8,14 +8,17 @@ input_HEADERS = \
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = inputproto.pc
-EXTRA_DIST = inputproto.pc.in
+dist_doc_DATA = XI2proto.txt XIproto.txt
-EXTRA_DIST += ChangeLog XI2proto.txt XIproto.txt
-MAINTAINERCLEANFILES = ChangeLog
-.PHONY: ChangeLog
+MAINTAINERCLEANFILES = ChangeLog INSTALL
+
+.PHONY: ChangeLog INSTALL
+
+INSTALL:
+ $(INSTALL_CMD)
ChangeLog:
$(CHANGELOG_CMD)
-dist-hook: ChangeLog
+dist-hook: ChangeLog INSTALL