summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@slackbuilds.org>2012-09-12 21:14:21 +0200
committer Robby Workman <rworkman@slackbuilds.org>2012-09-12 14:19:24 -0500
commit1ebe1ca38191c28dfbfdab3da556bea18ca5c145 (patch)
tree5e0c70d7e70fefe51ac82f060c48710c5815ba23 /development
parent63de6753a286c42fbb77b4ed7926957551ca3758 (diff)
downloadslackbuilds-1ebe1ca38191c28dfbfdab3da556bea18ca5c145.tar.gz
slackbuilds-1ebe1ca38191c28dfbfdab3da556bea18ca5c145.tar.xz
development/icecream: Fixed manpage generation.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/icecream/icecream.SlackBuild10
1 files changed, 5 insertions, 5 deletions
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 {} \;