From 0ffc8c55f09505b457c7198947c9d5aa3789465b Mon Sep 17 00:00:00 2001 From: Steve Dickson Date: Fri, 29 May 2009 08:40:06 -0400 Subject: [PATCH] Added 'doc' to the SUBDIRS list so make install work correctly. Signed-off-by: Steve Dickson --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3e50d3c..7f5f37b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -SUBDIRS = src man +SUBDIRS = src man doc nobase_include_HEADERS = tirpc/netconfig.h \ tirpc/rpcsvc/crypt.x \ -- 2.50.1