8000 also install .templ files · lethalbrains/arangodb@3eaecb7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3eaecb7

Browse files
committed
also install .templ files
1 parent 407eb57 commit 3eaecb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ nobase_pkgdata_DATA =
237237

238238
nobase_pkgdataACTIONS_DATA = $(shell find @srcdir@/js/actions -name "*.js" -print)
239239
nobase_pkgdataCOMMON_DATA = $(shell find @srcdir@/js/common -name "*.js" -print)
240-
nobase_pkgdataSERVER_DATA = $(shell find @srcdir@/js/server -name "*.js" -print)
240+
nobase_pkgdataSERVER_DATA = $(shell find @srcdir@/js/server "(" -name "*.js" -o -name "*.tmpl" ")" -print)
241241
nobase_pkgdataCLIENT_DATA = $(shell find @srcdir@/js/client -name "*.js" -print)
242242
nobase_pkgdataNODE_DATA = $(shell find @srcdir@/js/node -type f "(" -name .travis.yml -o -name .npmignore -o -print ")" | grep -v "\(htmlparser2\|js-yaml\)/test/" )
243243

0 commit comments

Comments
 (0)
0