diff options
Diffstat (limited to 'office/texlive-docs/texlive-docs.SlackBuild')
-rw-r--r-- | office/texlive-docs/texlive-docs.SlackBuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/office/texlive-docs/texlive-docs.SlackBuild b/office/texlive-docs/texlive-docs.SlackBuild index 12117cde80..50e0c0f61c 100644 --- a/office/texlive-docs/texlive-docs.SlackBuild +++ b/office/texlive-docs/texlive-docs.SlackBuild @@ -1,10 +1,10 @@ #!/bin/sh -# texlive-texmf-docs build script for Slackware +# texlive-docs build script for Slackware # Copyright 2009 Patrick J. Volkerding, Sebeka, MN, USA -# Copyright 2009-2014 Robby Workman, Northport, AL, USA -# Copyright 2016-2017 Johannes Schoepfer, Germany +# Copyright 2009 - 2014 Robby Workman, Northport, AL, USA +# Copyright 2016 - 2017 Johannes Schoepfer, Germany # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=texlive-docs -VERSION=${VERSION:-2017.171108} +VERSION=${VERSION:-2018.180630} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -47,6 +47,7 @@ chmod -R u+w,go-w,a+rX-st $PKG # No, we don't care about the pdf versions of the manual pages rm -rf $PKG/usr/share/texmf-dist/doc/man +# Install index of provided tex packages to the docs mv $PKG/usr/share/texmf-dist/packages.docs.gz $PKG/usr/doc/texlive-$VERSION mkdir -p $PKG/install |