diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-07 15:00:07 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-07 17:08:35 -0700 |
commit | 6d75edeb246ace888e5eb6125807fcc5093e937d (patch) | |
tree | c090af5e3c47e8fc343825472131cdcd20b8a449 | |
parent | 219e5a42965ab6b8a4fab956b9294b63f64057ef (diff) |
Distribute & install src/README.XAW3D
The previous maintainer strongly recommended providing this file with
the library as the authoritative documentation for the libXaw3d API.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index aa644f8..29e3107 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,4 +74,6 @@ libXaw3d_la_LDFLAGS = -version-info 8:0:0 -no-undefined BUILT_SOURCES = laygram.h +doc_DATA = README.XAW3D + EXTRA_DIST = sharedlib.c Template.c |