From: Steve Dickson Date: Fri, 29 May 2009 12:40:06 +0000 (-0400) Subject: Added 'doc' to the SUBDIRS list so make install X-Git-Tag: libtirpc-0-2-1-rc1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ffc8c55f09505b457c7198947c9d5aa3789465b;p=libtirpc Added 'doc' to the SUBDIRS list so make install work correctly. Signed-off-by: Steve Dickson --- 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 \