full compilation + bootstrap

This commit is contained in:
ct9.lxd
2020-11-12 17:58:16 +00:00
parent 407405389d
commit 31caa5e6b3
5 changed files with 17 additions and 0 deletions
+2
View File
@@ -70,10 +70,12 @@ i18n:
#compile templates in each language, required for production env.
templates:
haxe cagette.hxml -D i18n_generation
mkdir -p lang/master/tmp
@make LANG=fr ctemplates
#@make LANG=en ctemplates
#@make LANG=de ctemplates
msgfmt www/lang/texts_fr.po -o www/lang/texts_fr.mo
chown www-data:www-data -R www
ctemplates:
# (cd lang/$(LANG)/tpl; temploc2 -macros macros.mtt -output ../tmp/ *.mtt */*.mtt */*/*.mtt */*/*/*.mtt */*/*/*/*.mtt)