diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-11 10:02:27 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2010-11-11 10:02:27 +0000 |
commit | 2432de43f2eaf7b4f7dd4e8741425dd0babb97c4 (patch) | |
tree | 7bb8547bf67c3ded4147902fb7dc386cb251b9ef /proto/inputproto/Makefile.am | |
parent | 32318145a6d2d68d7582c446a51afa1953f4e752 (diff) |
Update to inputproto 2.0.1. No functional change.
Diffstat (limited to 'proto/inputproto/Makefile.am')
-rw-r--r-- | proto/inputproto/Makefile.am | 13 |
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 |