diff options
author | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-16 20:58:30 +0200 |
---|---|---|
committer | Alon Bar-Lev <alonbl@gentoo.org> | 2017-01-16 20:58:30 +0200 |
commit | ef77782581e6e25f0cfa04b898351e5ceeb4ad59 (patch) | |
tree | 05bd751c1748519ad430454c622ac7a1abdf2015 /app-crypt/mhash | |
parent | dev-libs/libtasn1: version bump (diff) | |
download | gentoo-ef77782581e6e25f0cfa04b898351e5ceeb4ad59.tar.gz gentoo-ef77782581e6e25f0cfa04b898351e5ceeb4ad59.tar.bz2 gentoo-ef77782581e6e25f0cfa04b898351e5ceeb4ad59.zip |
app-crypt/mhash: fix html docs
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-crypt/mhash')
-rw-r--r-- | app-crypt/mhash/mhash-0.9.9.9-r2.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild index 47b848518012..cd50eea5e94b 100644 --- a/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild +++ b/app-crypt/mhash/mhash-0.9.9.9-r2.ebuild @@ -29,7 +29,10 @@ PATCHES=( ) DOCS=( - doc/{example.c,skid2-authentication} + doc/example.c + doc/skid2-authentication +) +HTML_DOCS=( doc/mhash.html ) |