diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-09 11:26:25 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-09 11:26:25 -0800 |
commit | 04fc37cf7d28dee03e3e68b812ce843f5d1edb97 (patch) | |
tree | 683cdc10bd6566bcabed7e70a24428397509d1a0 | |
parent | 2a8d528ed739f4bc59b4b7e5054f44e378b4a89f (diff) |
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.am | 5 |
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) |