doc: build json files from the documentation
Change-Id: I30db3a3f0d16cb929c74756a4d1bd8baf2ce8a11 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
5c9f7e28a1
commit
03ca26fdeb
1 changed files with 7 additions and 2 deletions
|
@ -75,6 +75,9 @@ content: scripts/extract_content.py
|
|||
kconfig: scripts/genrest/genrest.py
|
||||
$(Q)srctree=../ SRCARCH=x86 python $< ../Kconfig reference/kconfig/
|
||||
|
||||
|
||||
prep: doxy content kconfig
|
||||
|
||||
html: content kconfig
|
||||
$(Q)$(SPHINXBUILD) -t $(DOC_TAG) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html
|
||||
@rm -rf samples
|
||||
|
@ -95,8 +98,10 @@ pickle:
|
|||
@echo
|
||||
@echo "Build finished; now you can process the pickle files."
|
||||
|
||||
json:
|
||||
$(SPHINXBUILD) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
|
||||
json: prep
|
||||
$(SPHINXBUILD) -t $(DOC_TAG) -b json $(ALLSPHINXOPTS) $(BUILDDIR)/json
|
||||
@rm -rf samples
|
||||
@rm -rf boards
|
||||
@echo
|
||||
@echo "Build finished; now you can process the JSON files."
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue