summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-09 11:26:25 -0800
committerEric Anholt <eric@anholt.net>2007-01-09 11:26:25 -0800
commit04fc37cf7d28dee03e3e68b812ce843f5d1edb97 (patch)
tree683cdc10bd6566bcabed7e70a24428397509d1a0
parent2a8d528ed739f4bc59b4b7e5054f44e378b4a89f (diff)
downloadxorg-proto-renderproto-04fc37cf7d28dee03e3e68b812ce843f5d1edb97.tar.gz
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 <origin> protocol, munging of the path, and git-am. The remaining patches to the render protocol description from xorg-docs will follow.
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
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)