merge Makefile
This commit is contained in:
commit
327cce6fed
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ define gettext
|
||||||
P="pygettext.py" ; \
|
P="pygettext.py" ; \
|
||||||
fi ; \
|
fi ; \
|
||||||
$$P -p translations/ -o $(PACKAGE).pot `find $(PACKAGE)/ -name "*.py"`
|
$$P -p translations/ -o $(PACKAGE).pot `find $(PACKAGE)/ -name "*.py"`
|
||||||
endef
|
endef
|
||||||
|
|
||||||
# Build translation files
|
# Build translation files
|
||||||
define build_translation
|
define build_translation
|
||||||
|
|
Loading…
Reference in New Issue