summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-text/delta')
-rw-r--r--app-text/delta/delta-20060803-r1.ebuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/app-text/delta/delta-20060803-r1.ebuild b/app-text/delta/delta-20060803-r1.ebuild
index 30669a51c127..1f00d0cd78b3 100644
--- a/app-text/delta/delta-20060803-r1.ebuild
+++ b/app-text/delta/delta-20060803-r1.ebuild
@@ -30,5 +30,7 @@ src_compile() {
src_install() {
dobin delta multidelta topformflat
dodoc Readme
- dohtml www/*
+
+ docinto html
+ dodoc -r www/*
}