[PATCH:libXaw3d] Fix distcheck by changing doc_DATA to dist_doc_DATA

Alan Coopersmith alan.coopersmith at oracle.com
Wed Sep 7 19:12:04 PDT 2011


Oops.   Helps to include the docs in the tarball if you want to install them.

Reported-by: Gaetan Nadon <memsize at videotron.ca>
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
 src/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index ccbfb87..9423839 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -75,6 +75,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
-- 
1.7.3.2



More information about the xorg-devel mailing list