Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2018-10-16 09:40:42 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-10-16 09:40:42 +0300
commit110fb4906da974e0fc4c067ca71433fadd165da5 (patch)
tree61f52f706e8410757de6eda96a87116c72619cf5 /Makefile
parentfa39dcd2f58ea25bec2bcaf5b829a7d23882503a (diff)
Add command to make handlebars
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 1659c1d4..172188c2 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,9 @@ package_name=$(app_name)
cert_dir=$(HOME)/.nextcloud/certificates
occ=$(CURDIR)/../core/occ
+handlebars-templates:
+ handlebars -n OCA.RichDocuments.Templates js/templates/ -f js/templates.js
+
appstore:
mkdir -p $(sign_dir)
rsync -a \