mirror of
https://gitlab.com/CinnamonSlackBuilds/csb.git
synced 2024-12-25 21:59:21 +01:00
polib: Fix doc location.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
bc767c505d
commit
615f2a7295
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ cat $CWD/slack-desc > $PKG/install/slack-desc
|
|||
|
||||
# Don't fail if sphinx not installed
|
||||
if [ -x /usr/bin/sphinx-build ] ; then
|
||||
( cd $TMP/$PRGNAM-$VERSION/doc
|
||||
( cd $TMP/$PRGNAM-$VERSION/docs
|
||||
make html
|
||||
make pickle
|
||||
make json
|
||||
|
|
Loading…
Reference in a new issue