mirror of https://gitee.com/bigwinds/arangodb
fixed web interface installation
This commit is contained in:
parent
54d05e35e6
commit
7befbe84bc
|
@ -225,6 +225,7 @@ nobase_pkgdata_DATA = \
|
||||||
$(shell find @srcdir@/html -name "*.html" -print) \
|
$(shell find @srcdir@/html -name "*.html" -print) \
|
||||||
$(shell find @srcdir@/html -name "*.ico" -print) \
|
$(shell find @srcdir@/html -name "*.ico" -print) \
|
||||||
$(shell find @srcdir@/html -name "*.js" -print) \
|
$(shell find @srcdir@/html -name "*.js" -print) \
|
||||||
|
$(shell find @srcdir@/html -name "*.ejs" -print) \
|
||||||
$(shell find @srcdir@/html -name "*.png" -print)
|
$(shell find @srcdir@/html -name "*.png" -print)
|
||||||
|
|
||||||
if ENABLE_MRUBY
|
if ENABLE_MRUBY
|
||||||
|
|
Loading…
Reference in New Issue