From 05dac2495fc0fa226c8c0b0fa7e274635b4c90dc Mon Sep 17 00:00:00 2001 From: Mikko Värri Date: Mon, 23 Dec 2013 07:48:39 +0700 Subject: development/Sphinx: Updated for version 1.2. Signed-off-by: Willy Sudiarto Raharjo --- development/Sphinx/Sphinx.SlackBuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'development/Sphinx/Sphinx.SlackBuild') diff --git a/development/Sphinx/Sphinx.SlackBuild b/development/Sphinx/Sphinx.SlackBuild index 22f0b04153..04b5e5e28e 100644 --- a/development/Sphinx/Sphinx.SlackBuild +++ b/development/Sphinx/Sphinx.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for Sphinx -# Copyright 2012 Mikko Värri, Finland +# Copyright 2013 Mikko Värri, Finland # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=Sphinx -VERSION=${VERSION:-1.1.3} +VERSION=${VERSION:-1.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,7 +63,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS CHANGES EXAMPLES LICENSE README doc/_build/html \ +cp -a AUTHORS CHANGES EXAMPLES LICENSE README.rst doc/_build/html \ $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild -- cgit v1.2.3