summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-01-22 18:25:55 +0100
committerMartin Väth <martin@mvath.de>2016-01-22 18:25:55 +0100
commit486841e85f4457f7d566193570ba773f4d68cf8d (patch)
tree9f0b79d9758a90853c6e22cc5ad76e2cc30a676c
parentsys-fs/squashfs-tools: Add live ebuild (diff)
downloadmv-486841e85f4457f7d566193570ba773f4d68cf8d.tar.gz
mv-486841e85f4457f7d566193570ba773f4d68cf8d.tar.bz2
mv-486841e85f4457f7d566193570ba773f4d68cf8d.zip
Dump dohtml
-rw-r--r--app-shells/zsh/zsh-5.2.ebuild6
-rw-r--r--app-shells/zsh/zsh-99999999.ebuild6
-rw-r--r--x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild3
3 files changed, 8 insertions, 7 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
diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild b/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
index c07c4a34..d0d163d0 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-173.14.39-r1.ebuild
@@ -378,7 +378,8 @@ src_install() {
# Documentation
dodoc ${NV_DOC}/XF86Config.sample
- dohtml ${NV_DOC}/html/*
+ docinto html
+ dodoc ${NV_DOC}/html/*
if use x86-fbsd; then
dodoc "${NV_DOC}/README"
doman "${NV_MAN}/nvidia-xconfig.1"