Skip to content

Commit 2bfbb52

Browse files
committed
add extra tags to makefile
1 parent fc382c5 commit 2bfbb52

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docsite/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ else
102102
endif
103103

104104
htmldocs: ansible_structure generate_rst
105-
CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx 'DOCS_VARIANTS=-t ansible' html
105+
CPUS=$(CPUS) $(MAKE) -f Makefile.sphinx 'DOCS_VARIANTS=-t ansible $(EXTRA_TAGS)' html
106106

107107
core_htmldocs: core_structure core_generate_rst
108108
ifdef LANGOPTS

docs/docsite/Makefile.sphinx

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33

44
# You can set these variables from the command line.
5+
EXTRA_TAGS ?=
56
DOCS_VARIANTS ?=
67
SPHINXCONFDIR = rst
78
LANGOPTS ?=

0 commit comments

Comments
 (0)