diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 22:15:30 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-10-01 22:17:15 -0700 |
commit | 394342d73472c3921eb941bf5f07c24237d89b1a (patch) | |
tree | 2c1836bd4c1cc1f79f430ec6dd5af80d19fa1852 /Makefile.am | |
parent | cc94fadacb4be63f8577c3c4de65dacaee531776 (diff) |
Move libXrender documentation from xorg-docs
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b3602d9..a15b64d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,9 @@ SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = xrender.pc +renderdocdir = $(datadir)/doc/$(PACKAGE) +dist_renderdoc_DATA = doc/libXrender.txt + EXTRA_DIST = xrender.pc.in ChangeLog MAINTAINERCLEANFILES = ChangeLog |