summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2020-04-17 19:30:48 +0200
committerAlfredo Tupone <tupone@gentoo.org>2020-04-17 19:30:48 +0200
commite835735819f5c285add2d587247460cd281df2d9 (patch)
treeaf3d4a727edbc1ce71731b4553890163700bafc4 /dev-tcltk
parentgui-wm/sway: tweak for gcc-10, bug #708704 (diff)
downloadgentoo-e835735819f5c285add2d587247460cd281df2d9.tar.gz
gentoo-e835735819f5c285add2d587247460cd281df2d9.tar.bz2
gentoo-e835735819f5c285add2d587247460cd281df2d9.zip
dev-tcltk/tcllib: fix install
Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r--dev-tcltk/tcllib/tcllib-1.20.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-tcltk/tcllib/tcllib-1.20.ebuild b/dev-tcltk/tcllib/tcllib-1.20.ebuild
index dda651cc1e13..54cb1d43047c 100644
--- a/dev-tcltk/tcllib/tcllib-1.20.ebuild
+++ b/dev-tcltk/tcllib/tcllib-1.20.ebuild
@@ -22,11 +22,11 @@ RDEPEND="
DEPEND="${RDEPEND}"
DOCS=(
- ChangeLog DESCRIPTION.txt README-1.19.txt README.developer
+ ChangeLog DESCRIPTION.txt README.md devdoc/README.developer
devdoc/critcl-tcllib.txt devdoc/dirlayout_install.txt
- devdoc/indexing.txt devdoc/installation.txt
+ devdoc/indexing.txt
)
-HTML_DOCS=( devdoc/devguide.html devdoc/releaseguide.html )
+HTML_DOCS=( idoc/www )
PATCHES=( "${FILESDIR}"/${P}-test.patch )