diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-07 19:10:18 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2011-09-08 19:19:37 -0700 |
commit | fb67997614b32d34de535654876eb8896a9011ac (patch) | |
tree | b055313ca2428e006ba1124e4b22f7c3b9529ea6 /src | |
parent | d8d030dc5097101c04e59838826a9205a8d9b36a (diff) |
Fix distcheck by changing doc_DATA to dist_doc_DATA
Oops. Helps to include the docs in the tarball if you want to install them.
Reported-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 29e3107..cf6c55b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,6 +74,6 @@ libXaw3d_la_LDFLAGS = -version-info 8:0:0 -no-undefined BUILT_SOURCES = laygram.h -doc_DATA = README.XAW3D +dist_doc_DATA = README.XAW3D EXTRA_DIST = sharedlib.c Template.c |