Quick fix for the doc generation.
This commit is contained in:
parent
991a4f36a3
commit
bbc20a0a12
1 changed files with 4 additions and 1 deletions
5
makefile
5
makefile
|
|
@ -12,9 +12,12 @@ run:
|
||||||
t:
|
t:
|
||||||
spago test
|
spago test
|
||||||
|
|
||||||
docs:
|
docs-with-search:
|
||||||
spago docs
|
spago docs
|
||||||
|
|
||||||
|
docs:
|
||||||
|
spago docs --no-search
|
||||||
|
|
||||||
DOCS_HTTPD_ACCESS_LOGS ?= /tmp/parser-docs-access.log
|
DOCS_HTTPD_ACCESS_LOGS ?= /tmp/parser-docs-access.log
|
||||||
DOCS_HTTPD_ADDR ?= 127.0.0.1
|
DOCS_HTTPD_ADDR ?= 127.0.0.1
|
||||||
DOCS_HTTPD_PORT ?= 30000
|
DOCS_HTTPD_PORT ?= 30000
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue