Remove all dotfiles from the docs
This commit is contained in:
parent
50486f6ac1
commit
f15e18814a
4
PKGBUILD
4
PKGBUILD
|
@ -177,8 +177,8 @@ _package-docs() {
|
||||||
mkdir -p "$builddir"
|
mkdir -p "$builddir"
|
||||||
cp -t "$builddir" -a Documentation
|
cp -t "$builddir" -a Documentation
|
||||||
|
|
||||||
msg2 "Removing doctrees..."
|
msg2 "Removing unneeded files..."
|
||||||
rm -r "$builddir/Documentation/output/.doctrees"
|
rm -rv "$builddir"/Documentation/{,output/}.[^.]*
|
||||||
|
|
||||||
msg2 "Moving HTML docs..."
|
msg2 "Moving HTML docs..."
|
||||||
local src dst
|
local src dst
|
||||||
|
|
Loading…
Reference in New Issue