]> git.t-rg.ws Git - slackbuilds.git/commitdiff
pyscard: remove a missed Sphinx leftover file when building docs
authorfsLeg <fsleg@t-rg.ws>
Sat, 30 Nov 2024 20:56:35 +0000 (23:56 +0300)
committerfsLeg <fsleg@t-rg.ws>
Sat, 30 Nov 2024 20:56:35 +0000 (23:56 +0300)
pyscard/pyscard.SlackBuild

index ba400b9047e2e878ce30736b72be3472f51d8ed7..5354ae5d4883309fe9f22e85812c8be8c0266cd8 100755 (executable)
@@ -76,7 +76,7 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
 # Build additional documentation
 if [ "${DOCS:-no}" != "no" ]; then
   sphinx-build src/smartcard/doc $PKG/usr/doc/$PRGNAM-$VERSION/html
-  rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,.doctrees}
+  rm -rf $PKG/usr/doc/$PRGNAM-$VERSION/html/{.buildinfo,.doctrees,objects.inv}
 fi
 
 cp -aR \