Thanks to visit codestin.com Credit goes to github.com
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 29001c8 commit efd713bCopy full SHA for efd713b
1 file changed
Doc/Makefile
@@ -165,9 +165,10 @@ autobuild-dev:
165
autobuild-html:
166
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
167
168
-# for stable releases: only build if not in pre-release stage (alpha, beta, rc)
+# for stable releases: only build if not in pre-release stage (alpha, beta)
169
+# release candidate downloads are okay, since the stable tree can be in that stage
170
autobuild-stable:
- @case $(DISTVERSION) in *[abc]*) \
171
+ @case $(DISTVERSION) in *[ab]*) \
172
echo "Not building; $(DISTVERSION) is not a release version."; \
173
exit 1;; \
174
esac
0 commit comments