diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-09 09:40:47 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 09:40:47 -0800 |
commit | 615f8077c55593a2001ca4c84ff3ede5c2c2842a (patch) | |
tree | 3d7f83bdadf8891ddee0e7a993ef02ed29b8c109 /Makefile.am | |
parent | 335639ba8f0df1364a6807187ba17eeae5b187e4 (diff) |
Install the randr protocol description.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e741694..be38f92 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,7 @@ randr_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = randrproto.pc -EXTRA_DIST = autogen.sh randrproto.pc.in randrproto.txt +randrdocdir = $(datadir)/doc/$(PACKAGE) +randrdoc_DATA = randrproto.txt + +EXTRA_DIST = autogen.sh randrproto.pc.in $(randrdoc_DATA) |