Makefile was missing doc files
This commit is contained in:
parent
c1dcb55d5b
commit
778e9c0b63
6
Makefile
6
Makefile
|
@ -27,7 +27,11 @@ DOC_FILES = client.md \
|
||||||
dn.md \
|
dn.md \
|
||||||
errors.md \
|
errors.md \
|
||||||
examples.md \
|
examples.md \
|
||||||
filters.md
|
filters.md \
|
||||||
|
guide.md \
|
||||||
|
index.md \
|
||||||
|
persistent_search.md \
|
||||||
|
server.md
|
||||||
|
|
||||||
JS_FILES := $(shell find lib test -name '*.js')
|
JS_FILES := $(shell find lib test -name '*.js')
|
||||||
JSL_CONF_NODE = tools/jsl.node.conf
|
JSL_CONF_NODE = tools/jsl.node.conf
|
||||||
|
|
Loading…
Reference in New Issue