From 1ebe1ca38191c28dfbfdab3da556bea18ca5c145 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 12 Sep 2012 21:14:21 +0200 Subject: development/icecream: Fixed manpage generation. Signed-off-by: Heinz Wiesinger --- development/icecream/icecream.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'development/icecream') diff --git a/development/icecream/icecream.SlackBuild b/development/icecream/icecream.SlackBuild index f3a8f51d8e..18e24d885d 100644 --- a/development/icecream/icecream.SlackBuild +++ b/development/icecream/icecream.SlackBuild @@ -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 {} \; -- cgit v1.2.3-80-g2a13