Quick fix for the doc generation.
This commit is contained in:
parent
991a4f36a3
commit
bbc20a0a12
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…
Reference in New Issue
Block a user