From: Adam Dickmeiss Date: Wed, 25 Sep 2002 07:43:29 +0000 (+0000) Subject: Make doc part of SUBDIRS so that 'make install' installs man pages X-Git-Tag: YAZ.1.9.1~19 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=b3f24b6b29adb7722dd5eb66a68f1df14907166b Make doc part of SUBDIRS so that 'make install' installs man pages --- 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)