mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/icecream: Fixed manpage generation.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
63de6753a2
commit
1ebe1ca381
1 changed files with 5 additions and 5 deletions
|
@ -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 {} \;
|
||||
|
|
Loading…
Reference in a new issue