diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 17:35:44 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2010-03-28 17:35:44 -0400 |
commit | 70e5dee9a600e67057c55ab9b1b975f20a68682d (patch) | |
tree | 445821d08e25501280cdce323a5a4f8adbb6cdcd | |
parent | 3e6dc6d72844bbc8e8752e2ac2e781cb7d0172f1 (diff) |
config: install and distribute dri2proto.txt
It will now be installed in $docdir in addition
to being distributed in the tarball.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 153b422..2440162 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,7 +4,9 @@ dri2_HEADERS = dri2proto.h dri2tokens.h pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = dri2proto.pc -EXTRA_DIST = dri2proto.pc.in dri2proto.txt +dist_doc_DATA = dri2proto.txt + +EXTRA_DIST = dri2proto.pc.in MAINTAINERCLEANFILES = ChangeLog INSTALL |