groff: fix issues with some UTF-8 manpages (from Arch), added -doc subpkg.

This commit is contained in:
Juan RP
2010-10-26 15:56:48 +02:00
parent 7ec2bb545f
commit e17a19259a
4 changed files with 50 additions and 2 deletions

View File

@@ -0,0 +1,14 @@
# Template file for 'groff-doc'.
#
short_desc="${sourcepkg} documentation"
long_desc="${long_desc}
This package contains the GNU Groff documentation."
noarch=yes
do_install()
{
mkdir -p ${DESTDIR}/usr/share
mv ${SRCPKGDESTDIR}/usr/share/doc ${DESTDIR}/usr/share
}