summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Keogh <bugs.gentoo.org@v6y.net>2020-10-17 14:25:32 +0300
committerJoonas Niilola <juippis@gentoo.org>2020-10-17 14:29:06 +0300
commitac2e479166b3eb53acbedcbe0204d9131653977a (patch)
tree9facd7eca98986f1c516f3db7ab57ad783d797a2 /www-client
parentkde-apps/cantor: Update python.patch with upstream review changes (diff)
downloadgentoo-ac2e479166b3eb53acbedcbe0204d9131653977a.tar.gz
gentoo-ac2e479166b3eb53acbedcbe0204d9131653977a.tar.bz2
gentoo-ac2e479166b3eb53acbedcbe0204d9131653977a.zip
www-client/netsurf: install manpages on 3.10-r3
Closes: https://bugs.gentoo.org/741476 Signed-off-by: Justin Keogh <bugs.gentoo.org@v6y.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-client')
-rw-r--r--www-client/netsurf/netsurf-3.10-r3.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/www-client/netsurf/netsurf-3.10-r3.ebuild b/www-client/netsurf/netsurf-3.10-r3.ebuild
index 2d6a524e3b26..ff68d956965c 100644
--- a/www-client/netsurf/netsurf-3.10-r3.ebuild
+++ b/www-client/netsurf/netsurf-3.10-r3.ebuild
@@ -145,4 +145,6 @@ src_install() {
insinto /usr/share/pixmaps
doins frontends/gtk/res/netsurf.xpm
+ doman docs/netsurf-fb.1
+ doman docs/netsurf-gtk.1
}