From b3f24b6b29adb7722dd5eb66a68f1df14907166b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 25 Sep 2002 07:43:29 +0000 Subject: [PATCH] Make doc part of SUBDIRS so that 'make install' installs man pages --- Makefile.am | 6 ++---- yaz.spec.in | 1 - 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile.am b/Makefile.am index 86477e2..e837609 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,10 +1,8 @@ -## $Id: Makefile.am,v 1.15 2002-09-16 18:45:13 adam Exp $ +## $Id: Makefile.am,v 1.16 2002-09-25 07:43:29 adam Exp $ AUTOMAKE_OPTIONS = foreign -DIST_SUBDIRS=util odr z39.50 ill zutil comstack ccl tab retrieval server lib include client ztest zoom doc - -SUBDIRS = util odr comstack z39.50 ill zutil ccl tab retrieval server include lib client ztest zoom +SUBDIRS = util odr comstack z39.50 ill zutil ccl tab retrieval server include lib client ztest zoom doc aclocaldir=$(datadir)/aclocal diff --git a/yaz.spec.in b/yaz.spec.in index 3a86173..94b432b 100644 --- a/yaz.spec.in +++ b/yaz.spec.in @@ -26,7 +26,6 @@ make CFLAGS="$RPM_OPT_FLAGS" %install rm -fr $RPM_BUILD_ROOT make prefix=$RPM_BUILD_ROOT/usr install -cd doc; make prefix=$RPM_BUILD_ROOT/usr install %files %defattr(-,root,root) -- 1.7.10.4