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 06d49bb commit 4b9e75bCopy full SHA for 4b9e75b
1 file changed
Doc/Makefile
@@ -161,7 +161,7 @@ autobuild-dev:
161
-make suspicious
162
163
# for quick rebuilds (HTML only)
164
-autobuild-html:
+autobuild-dev-html:
165
make html SPHINXOPTS='-A daily=1 -A versionswitcher=1'
166
167
# for stable releases: only build if not in pre-release stage (alpha, beta)
@@ -173,3 +173,9 @@ autobuild-stable:
173
esac
174
@make autobuild-dev
175
176
+autobuild-stable-html:
177
+ @case $(DISTVERSION) in *[ab]*) \
178
+ echo "Not building; $(DISTVERSION) is not a release version."; \
179
+ exit 1;; \
180
+ esac
181
+ @make autobuild-dev-html
0 commit comments