From fb67997614b32d34de535654876eb8896a9011ac Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 7 Sep 2011 19:10:18 -0700 Subject: 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 Signed-off-by: Alan Coopersmith Reviewed-by: Gaetan Nadon --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3