taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

commit d89dbf720067baaaefc48610dd74a61cf883faeb
parent e4f2efd8d7dd3dfc9f03d3c4a32b6a4a5e12b0ac
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 30 Jan 2017 19:21:31 +0100

fix tsc invocation

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,5 +1,5 @@ all: locale template - cd web-common && tsc taler-wallet-lib.ts + cd web-common && tsc locale/messages.pot: *.j2 common/*.j2 pybabel extract -F locale/babel.map -o locale/messages.pot .