mirror of
https://framagit.org/fiat-tux/hat-softwares/lutim.git
synced 2026-03-28 17:42:54 +01:00
17 lines
333 B
Makefile
17 lines
333 B
Makefile
EXTRACTFILES=utilities/locales_files.txt
|
|
EN=lib/Lutim/I18N/en.po
|
|
XGETTEXT=carton exec local/bin/xgettext.pl
|
|
CARTON=carton exec
|
|
LUTIM=script/lutim
|
|
|
|
locales:
|
|
$(XGETTEXT) -W -f $(EXTRACTFILES) -o $(EN)
|
|
tx push -s
|
|
|
|
dev:
|
|
rm public/packed/*
|
|
$(CARTON) morbo $(LUTIM) --listen http://0.0.0.0:3000
|
|
|
|
devlog:
|
|
multitail log/development.log
|