summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--office/pandoc/pandoc.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/office/pandoc/pandoc.SlackBuild b/office/pandoc/pandoc.SlackBuild
index bd3d27a0a5..2abd6f3fe5 100644
--- a/office/pandoc/pandoc.SlackBuild
+++ b/office/pandoc/pandoc.SlackBuild
@@ -92,7 +92,9 @@ mkdir -p $PKG/$PKGCONFD
mv $PRGNAM-$VERSION.conf $PKG/$PKGCONFD/$PKGID.conf
rmdir --ignore-fail-on-non-empty $PKG/usr/share
-
+install -Dm644 man/pandoc.1 $PKG/usr/man/man1/pandoc.1
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS.md BUGS CONTRIBUTING.md COPYING.md COPYRIGHT INSTALL.md MANUAL.txt README.md changelog.md \