equal
deleted
inserted
replaced
8 # You can set these sphinx variables from the command line. |
8 # You can set these sphinx variables from the command line. |
9 SPHINXOPTS = |
9 SPHINXOPTS = |
10 SPHINXBUILD = sphinx-build |
10 SPHINXBUILD = sphinx-build |
11 PAPER = |
11 PAPER = |
12 #BUILDDIR = build |
12 #BUILDDIR = build |
13 BUILDDIR = ~/tmp/cwdoc |
13 BUILDDIR = ../../html |
14 CWDIR = ../../.. |
14 CWDIR = ../../.. |
15 JSDIR = ${CWDIR}/web/data |
15 JSDIR = ${CWDIR}/web/data |
16 JSTORST = ${CWDIR}/doc/tools/pyjsrest.py |
16 JSTORST = ${CWDIR}/doc/tools/pyjsrest.py |
17 BUILDJS = devweb/js_api |
17 BUILDJS = devweb/js_api |
18 |
18 |