summaryrefslogtreecommitdiff
path: root/docs/Makefile
diff options
context:
space:
mode:
authorrebortg <github@ghlr.de>2022-08-12 10:54:10 +0200
committerrebortg <github@ghlr.de>2022-08-12 10:59:13 +0200
commit1205c1e7806d4e84e03aafc94831248cbfa9b1c8 (patch)
tree05e620761cdfc775bab1729bfbfe289c0d7339a1 /docs/Makefile
parenta9346a61a4a879376032d1e71b81e365b1416afa (diff)
downloadvyos-documentation-1205c1e7806d4e84e03aafc94831248cbfa9b1c8.tar.gz
vyos-documentation-1205c1e7806d4e84e03aafc94831248cbfa9b1c8.zip
add :defaultvalue: option
(cherry picked from commit b09f2222ed6181ba377a41de37a3997559a234c8)
Diffstat (limited to 'docs/Makefile')
-rw-r--r--docs/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/Makefile b/docs/Makefile
index 7bc0c5ab..cb6226af 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -27,3 +27,7 @@ livehtml:
sphinx-autobuild --host $(AUTOHOST) --port $(AUTOPORT) $(AUTOOPTS) \
"$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+
+defaultvalue: export VYOS_DEFAULT=True
+defaultvalue:
+ @$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O) \ No newline at end of file