mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 11:04:21 +01:00
9 lines
241 B
Makefile
9 lines
241 B
Makefile
all: localecompile
|
|
LNGS:=`find pretix_servicefees/locale/ -mindepth 1 -maxdepth 1 -type d -printf "-l %f "`
|
|
|
|
localecompile:
|
|
django-admin compilemessages
|
|
|
|
localegen:
|
|
django-admin makemessages --keep-pot -i build -i dist -i "*egg*" $(LNGS)
|
|
|