aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/votca-tools/votca-tools-9999.ebuild')
-rw-r--r--sci-libs/votca-tools/votca-tools-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/sci-libs/votca-tools/votca-tools-9999.ebuild b/sci-libs/votca-tools/votca-tools-9999.ebuild
index 48c7f4f1a..97ee2faac 100644
--- a/sci-libs/votca-tools/votca-tools-9999.ebuild
+++ b/sci-libs/votca-tools/votca-tools-9999.ebuild
@@ -37,6 +37,8 @@ DEPEND="${RDEPEND}
>=app-text/txt2tags-2.5
dev-util/pkgconfig"
+DOCS=( NOTICE )
+
src_prepare() {
use gsl || ewarn "Disabling gsl will lead to reduced functionality"
use fftw || ewarn "Disabling fftw will lead to reduced functionality"
@@ -59,7 +61,6 @@ src_configure() {
}
src_install() {
- DOCS=(${CMAKE_BUILD_DIR}/CHANGELOG NOTICE)
cmake-utils_src_install || die
if use doc; then
cd "${CMAKE_BUILD_DIR}" || die