pretix-servicefees/Makefile

10 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)