development/icecream: Fixed manpage generation.

Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
Heinz Wiesinger 2012-09-12 21:14:21 +02:00 committed by Robby Workman
parent 63de6753a2
commit 1ebe1ca381

View file

@ -25,7 +25,7 @@
PRGNAM=icecream
SRCNAM=icecc
VERSION=0.9.7
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -101,15 +101,15 @@ mkdir -p $PKG/usr/man/{man1,man7}
cd doc
for i in icecc iceccd scheduler; do
meinproc4 \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-man.xsl \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-include-man.xsl \
man-$i.1.docbook
mv manpage.troff $PKG/usr/man/man1/$i.1
mv $i.1 $PKG/usr/man/man1/
done
meinproc4 \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-man.xsl \
--stylesheet /usr/share/apps/ksgmltools2/customization/kde-include-man.xsl \
man-icecream.7.docbook
mv manpage.troff $PKG/usr/man/man7/icecream.7
mv Icecream.7 $PKG/usr/man/man7/
cd -
find $PKG/usr/man -type f -exec gzip -9 {} \;