diff --git a/Makefile b/Makefile index 9ead4ab..e9fabdb 100644 --- a/Makefile +++ b/Makefile @@ -24,7 +24,7 @@ define gettext P="pygettext.py" ; \ fi ; \ $$P -p translations/ -o $(PACKAGE).pot `find $(PACKAGE)/ -name "*.py"` -endef +endef # Build translation files define build_translation