Displaying 1 result from an estimated 1 matches for "maintainer_no_docs".
2010 Aug 23
4
building on RHEL 5/CentOS 5
RHEL5 has autoconf 2.59 and automake 1.9.6.
I've managed to build the whole Xapian family by reducing the
requirement to 2.59/1.9.6 in configure.ac.
Omega requires docdir which can be added by hand in docs/Makefile.am:
docdir = ${datadir}/doc/${PACKAGE}
if !MAINTAINER_NO_DOCS
dist_doc_DATA = $(RSTHTML)
endif
All I've done is get these packages compiled - I haven't tested in any
serious way.
All the best,
Tim.