mirror of
https://github.com/pretix/pretix-servicefees.git
synced 2024-11-14 02:54:21 +01:00
New Makefile handling
This commit is contained in:
parent
420ce98a1b
commit
9530e68a71
1 changed files with 2 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -1,8 +1,9 @@
|
|||
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 -a -i build -i dist -i "*egg*" --settings pretix.settings
|
||||
django-admin makemessages --keep-pot -i build -i dist -i "*egg*" $(LNGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue