We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5071624 commit 66a70e4Copy full SHA for 66a70e4
.gitignore
@@ -6,6 +6,3 @@ releases/*
6
build
7
hostid
8
zpool.cache
9
-
10
-*env/
11
-/docs/_build/
docs/.gitignore
@@ -0,0 +1,3 @@
1
+*env
2
+_build
3
+man/dist/_static
releng/tag-release.sh
@@ -71,6 +71,10 @@ if ! out="$( cd docs ; make gen-man SPHINXOPTS='-t manpages' )" ; then
71
error "ERROR: ${out}"
72
fi
73
74
+if ! out="$( rm -r docs/man/dist/_static )"; then
75
+ error "ERROR: ${out}"
76
+fi
77
+
78
# Generate a short history for CHANGELOG.md
79
# git log --format="* %h - %s (%an)" v1.4.1..HEAD
80
0 commit comments