diff options
author | 2016-01-22 18:25:55 +0100 | |
---|---|---|
committer | 2016-01-22 18:25:55 +0100 | |
commit | 486841e85f4457f7d566193570ba773f4d68cf8d (patch) | |
tree | 9f0b79d9758a90853c6e22cc5ad76e2cc30a676c /app-shells | |
parent | sys-fs/squashfs-tools: Add live ebuild (diff) | |
download | mv-486841e85f4457f7d566193570ba773f4d68cf8d.tar.gz mv-486841e85f4457f7d566193570ba773f4d68cf8d.tar.bz2 mv-486841e85f4457f7d566193570ba773f4d68cf8d.zip |
Dump dohtml
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/zsh/zsh-5.2.ebuild | 6 | ||||
-rw-r--r-- | app-shells/zsh/zsh-99999999.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-shells/zsh/zsh-5.2.ebuild b/app-shells/zsh/zsh-5.2.ebuild index 64ee3864..2f72da61 100644 --- a/app-shells/zsh/zsh-5.2.ebuild +++ b/app-shells/zsh/zsh-5.2.ebuild @@ -281,9 +281,9 @@ src_install() { if use doc ; then pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null - dohtml -r Doc/* - insinto /usr/share/doc/${PF} - doins Doc/zsh.{dvi,pdf} + dodoc Doc/zsh.{dvi,pdf} + docinto html + dodoc Doc/*.html popd >/dev/null fi diff --git a/app-shells/zsh/zsh-99999999.ebuild b/app-shells/zsh/zsh-99999999.ebuild index 64ee3864..2f72da61 100644 --- a/app-shells/zsh/zsh-99999999.ebuild +++ b/app-shells/zsh/zsh-99999999.ebuild @@ -281,9 +281,9 @@ src_install() { if use doc ; then pushd "${WORKDIR}/${PN}-${PV%_*}" >/dev/null - dohtml -r Doc/* - insinto /usr/share/doc/${PF} - doins Doc/zsh.{dvi,pdf} + dodoc Doc/zsh.{dvi,pdf} + docinto html + dodoc Doc/*.html popd >/dev/null fi |