Show More
@@ -60,7 +60,7 b' dist: html' | |||
|
60 | 60 | cp -al build/html . |
|
61 | 61 | @echo "Build finished. Final docs are in html/" |
|
62 | 62 | |
|
63 |
html: |
|
|
63 | html: api autoconfig automagic | |
|
64 | 64 | html_noapi: clean_api autoconfig automagic |
|
65 | 65 | |
|
66 | 66 | html html_noapi: |
@@ -81,9 +81,6 b' source/config/options/generated:' | |||
|
81 | 81 | python autogen_config.py |
|
82 | 82 | @echo "Created docs for config options" |
|
83 | 83 | |
|
84 | jsapi: | |
|
85 | jsdoc -c jsdoc_config.json -d ./build/jsapi_html/ | |
|
86 | ||
|
87 | 84 | api: source/api/generated/gen.txt |
|
88 | 85 | |
|
89 | 86 | source/api/generated/gen.txt: |
@@ -5,7 +5,6 b' SETLOCAL' | |||
|
5 | 5 | |
|
6 | 6 | SET SPHINXOPTS= |
|
7 | 7 | SET SPHINXBUILD=sphinx-build |
|
8 | SET JSDOC=jsdoc | |
|
9 | 8 | SET PAPER= |
|
10 | 9 | SET SRCDIR=source |
|
11 | 10 | |
@@ -43,9 +42,6 b' FOR %%L IN (html pickle htmlhelp latex changes linkcheck) DO (' | |||
|
43 | 42 | ) |
|
44 | 43 | ) |
|
45 | 44 | |
|
46 | IF "%1" == "jsapi" ( | |
|
47 | %JSDOC% -c jsdoc_config.json -d ./build/jsapi_html/ | |
|
48 | ) | |
|
49 | 45 | |
|
50 | 46 | IF "%1" == "clean" ( |
|
51 | 47 | RD /s /q build dist %SRCDIR%\api\generated 2>NUL |
|
1 | NO CONTENT: file was removed |
|
1 | NO CONTENT: file was removed |
General Comments 0
You need to be logged in to leave comments.
Login now