dev-db/etcd: include docs

This commit is contained in:
Alex Crawford 2015-01-15 15:28:27 -08:00
parent 14dd78db17
commit da9f44529e
2 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@ EAPI=4
CROS_WORKON_PROJECT="coreos/etcd" CROS_WORKON_PROJECT="coreos/etcd"
CROS_WORKON_LOCALNAME="etcd" CROS_WORKON_LOCALNAME="etcd"
CROS_WORKON_REPO="git://github.com" CROS_WORKON_REPO="git://github.com"
inherit toolchain-funcs cros-workon systemd inherit coreos-doc toolchain-funcs cros-workon systemd
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64"
@ -36,4 +36,6 @@ src_install() {
systemd_dounit "${FILESDIR}"/${PN}.service systemd_dounit "${FILESDIR}"/${PN}.service
systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf systemd_dotmpfilesd "${FILESDIR}"/${PN}.conf
coreos-dodoc -r Documentation/*
} }