diff Makefile @ 4494:a82d75a1b497

Added style-templates to tar build.
author Sascha Wilde <wilde@intevation.de>
date Fri, 27 Sep 2019 20:18:37 +0200
parents 707450608829
children 7d2463c7b4ad
line wrap: on
line diff
--- a/Makefile	Fri Sep 27 15:49:52 2019 +0200
+++ b/Makefile	Fri Sep 27 20:18:37 2019 +0200
@@ -40,7 +40,7 @@
 	v="gemma-$$(hg id -i)" ;\
         tar --transform "s@^@$${v}/@" \
 	    -cJf "../$${v}.tar.xz" \
-	    cmd/gemma/gemma schema web misc example_conf.toml
+	    cmd/gemma/gemma schema style-templates web misc example_conf.toml
 
 clean:
 	$(MAKE) -f Makefile.build -C client $@