From 04fc37cf7d28dee03e3e68b812ce843f5d1edb97 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 9 Jan 2007 11:26:25 -0800 Subject: Hook renderproto.txt up to build/install. The previous 12 commits represent a conversion of xlibs cvs to git, then usage of git-format-patch protocol, munging of the path, and git-am. The remaining patches to the render protocol description from xorg-docs will follow. --- Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 0c896eb..ade7de0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,4 +6,7 @@ render_HEADERS = \ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = renderproto.pc -EXTRA_DIST = autogen.sh renderproto.pc.in +renderdocdir = $(datadir)/doc/$(PACKAGE) +renderdoc_DATA = renderproto.txt + +EXTRA_DIST = autogen.sh renderproto.pc.in $(renderdoc_DATA) -- cgit v1.2.3