aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAymeric Augustin2013-12-08 22:30:51 +0100
committerAymeric Augustin2013-12-08 22:30:51 +0100
commit293569a502ea6fc523d513ab6b29297ae4e35fb5 (patch)
tree20c0e0c38142bff40e41aa4b53c963348ae8c0f5 /Makefile
parente334bf6e4b4975fd87957c473a62c0d889e38cb0 (diff)
downloaddjango-debug-toolbar-293569a502ea6fc523d513ab6b29297ae4e35fb5.tar.bz2
The .po files are now wrapped.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b100b8d..0e8959a 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ coverage:
coverage html
translatable_strings:
- cd debug_toolbar && django-admin.py makemessages -l en --no-wrap --no-obsolete
+ cd debug_toolbar && django-admin.py makemessages -l en --no-obsolete
@echo "Please commit changes and run 'tx push -s' (or wait for Transifex to pick them)"
update_translations: