Skip to content

Commit 66a70e4

Browse files
committed
releng, docs: clean up man-building artifacts
1 parent 5071624 commit 66a70e4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,3 @@ releases/*
66
build
77
hostid
88
zpool.cache
9-
10-
*env/
11-
/docs/_build/

docs/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
*env
2+
_build
3+
man/dist/_static

releng/tag-release.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,10 @@ if ! out="$( cd docs ; make gen-man SPHINXOPTS='-t manpages' )" ; then
7171
error "ERROR: ${out}"
7272
fi
7373

74+
if ! out="$( rm -r docs/man/dist/_static )"; then
75+
error "ERROR: ${out}"
76+
fi
77+
7478
# Generate a short history for CHANGELOG.md
7579
# git log --format="* %h - %s (%an)" v1.4.1..HEAD
7680

0 commit comments

Comments
 (0)